Uses of Class
io.dropwizard.core.cli.Command
-
Packages that use Command Package Description com.example.helloworld.cli io.dropwizard.core.cli io.dropwizard.core.setup io.dropwizard.migrations io.dropwizard.testing io.dropwizard.testing.junit5 -
-
Uses of Command in com.example.helloworld.cli
Subclasses of Command in com.example.helloworld.cli Modifier and Type Class Description classRenderCommand -
Uses of Command in io.dropwizard.core.cli
Subclasses of Command in io.dropwizard.core.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 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 Command Modifier and Type Method Description List<Command>Bootstrap. getCommands()Returns the application's commands.Methods in io.dropwizard.core.setup with parameters of type Command Modifier and Type Method Description voidBootstrap. addCommand(Command command)Adds the given command to the bootstrap. -
Uses of Command in io.dropwizard.migrations
Subclasses of Command 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> -
Uses of Command in io.dropwizard.testing
Fields in io.dropwizard.testing with type parameters of type Command Modifier and Type Field Description protected Function<Application<C>,Command>DropwizardTestSupport. commandInstantiatorConstructor parameters in io.dropwizard.testing with type arguments of type Command Constructor Description DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable C configuration, Function<Application<C>,Command> commandInstantiator)Alternate constructor that allows specifying the command the Dropwizard application is started with.DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides) -
Uses of Command in io.dropwizard.testing.junit5
Constructor parameters in io.dropwizard.testing.junit5 with type arguments of type Command Constructor Description DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)DropwizardAppExtension(Class<? extends Application<C>> applicationClass, C configuration, Function<Application<C>,Command> commandInstantiator)Alternate constructor that allows specifying the command the Dropwizard application is started with.
-