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 TypeClassDescriptionclass
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 CommandMethods in io.dropwizard.core.setup with parameters of type CommandModifier and TypeMethodDescriptionvoid
Bootstrap.addCommand
(Command command) Adds the given command to the bootstrap.