Uses of Class
io.dropwizard.cli.Command
-
Packages that use Command Package Description io.dropwizard.cli io.dropwizard.setup -
-
Uses of Command in io.dropwizard.cli
Subclasses of Command in io.dropwizard.cli Modifier and Type Class Description classCheckCommand<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 a application as an HTTP server. -
Uses of Command in io.dropwizard.setup
Methods in io.dropwizard.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.setup with parameters of type Command Modifier and Type Method Description voidBootstrap. addCommand(Command command)Adds the given command to the bootstrap.
-