Uses of Class
io.dropwizard.core.cli.ConfiguredCommand
Packages that use ConfiguredCommand
-
Uses of ConfiguredCommand in io.dropwizard.core.cli
Subclasses of ConfiguredCommand in io.dropwizard.core.cliModifier and TypeClassDescriptionclass
CheckCommand<T extends Configuration>
Parses and validates the application's configuration.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 ConfiguredCommand in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup with parameters of type ConfiguredCommandModifier and TypeMethodDescriptionvoid
Bootstrap.addCommand
(ConfiguredCommand<T> command) Adds the given command to the bootstrap.