Uses of Class
io.dropwizard.core.cli.Command
Packages that use Command
-
Uses of Command in io.dropwizard.core.cli
Subclasses of Command in io.dropwizard.core.cliModifier and TypeClassDescriptionclassCheckCommand<T extends Configuration>Parses and validates the application's configuration.classConfiguredCommand<T extends Configuration>A command whose first parameter is the location of a YAML configuration file.classEnvironmentCommand<T extends Configuration>A command which executes with a configuredEnvironment.classServerCommand<T extends Configuration>Runs an application as an HTTP server. -
Uses of Command in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup that return types with arguments of type CommandMethods in io.dropwizard.core.setup with parameters of type CommandModifier and TypeMethodDescriptionvoidBootstrap.addCommand(Command command) Adds the given command to the bootstrap.