Uses of Class
io.dropwizard.core.cli.Command
-
Packages that use Command Package Description io.dropwizard.core.cli io.dropwizard.core.setup -
-
Uses of Command in io.dropwizard.core.cli
Subclasses of Command in io.dropwizard.core.cli Modifier and Type Class Description class
CheckCommand<T extends Configuration>
Parses and validates the application's configuration.class
ConfiguredCommand<T extends Configuration>
A command whose first parameter is the location of a YAML configuration file.class
EnvironmentCommand<T extends Configuration>
A command which executes with a configuredEnvironment
.class
ServerCommand<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 Command Modifier and Type Method Description List<Command>
Bootstrap. getCommands()
Returns the application's commands.Methods in io.dropwizard.core.setup with parameters of type Command Modifier and Type Method Description void
Bootstrap. addCommand(Command command)
Adds the given command to the bootstrap.
-