Uses of Class
io.dropwizard.cli.ConfiguredCommand
-
Packages that use ConfiguredCommand Package Description io.dropwizard.cli io.dropwizard.setup -
-
Uses of ConfiguredCommand in io.dropwizard.cli
Subclasses of ConfiguredCommand in io.dropwizard.cli Modifier and Type Class Description classCheckCommand<T extends Configuration>Parses and validates the application's configuration.classEnvironmentCommand<T extends Configuration>A command which executes with a configuredEnvironment.classServerCommand<T extends Configuration>Runs a application as an HTTP server. -
Uses of ConfiguredCommand in io.dropwizard.setup
Methods in io.dropwizard.setup with parameters of type ConfiguredCommand Modifier and Type Method Description voidBootstrap. addCommand(ConfiguredCommand<T> command)Adds the given command to the bootstrap.
-