Uses of Class
io.dropwizard.core.cli.ConfiguredCommand
-
Packages that use ConfiguredCommand Package Description com.example.helloworld.cli io.dropwizard.core.cli io.dropwizard.core.setup io.dropwizard.migrations -
-
Uses of ConfiguredCommand in com.example.helloworld.cli
Subclasses of ConfiguredCommand in com.example.helloworld.cli Modifier and Type Class Description classRenderCommand -
Uses of ConfiguredCommand in io.dropwizard.core.cli
Subclasses of ConfiguredCommand in io.dropwizard.core.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 an application as an HTTP server. -
Uses of ConfiguredCommand in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup with parameters of type ConfiguredCommand Modifier and Type Method Description voidBootstrap. addCommand(ConfiguredCommand<T> command)Adds the given command to the bootstrap. -
Uses of ConfiguredCommand in io.dropwizard.migrations
Subclasses of ConfiguredCommand in io.dropwizard.migrations Modifier and Type Class Description classAbstractLiquibaseCommand<T extends Configuration>classDbCalculateChecksumCommand<T extends Configuration>classDbClearChecksumsCommand<T extends Configuration>classDbCommand<T extends Configuration>classDbDropAllCommand<T extends Configuration>classDbDumpCommand<T extends Configuration>classDbFastForwardCommand<T extends Configuration>classDbGenerateDocsCommand<T extends Configuration>classDbLocksCommand<T extends Configuration>classDbMigrateCommand<T extends Configuration>classDbPrepareRollbackCommand<T extends Configuration>classDbRollbackCommand<T extends Configuration>classDbStatusCommand<T extends Configuration>classDbTagCommand<T extends Configuration>classDbTestCommand<T extends Configuration>
-