| Package | Description |
|---|---|
| io.dropwizard.cli | |
| io.dropwizard.migrations | |
| io.dropwizard.setup | |
| io.dropwizard.testing | |
| io.dropwizard.testing.junit | |
| io.dropwizard.testing.junit5 |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckCommand<T extends Configuration>
Parses and validates the application's configuration.
|
class |
ConfiguredCommand<T extends Configuration>
A command whose first parameter is the location of a YAML configuration file.
|
class |
EnvironmentCommand<T extends Configuration>
A command which executes with a configured
Environment. |
class |
ServerCommand<T extends Configuration>
Runs a application as an HTTP server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLiquibaseCommand<T extends Configuration> |
class |
DbCalculateChecksumCommand<T extends Configuration> |
class |
DbClearChecksumsCommand<T extends Configuration> |
class |
DbCommand<T extends Configuration> |
class |
DbDropAllCommand<T extends Configuration> |
class |
DbDumpCommand<T extends Configuration> |
class |
DbFastForwardCommand<T extends Configuration> |
class |
DbGenerateDocsCommand<T extends Configuration> |
class |
DbLocksCommand<T extends Configuration> |
class |
DbMigrateCommand<T extends Configuration> |
class |
DbPrepareRollbackCommand<T extends Configuration> |
class |
DbRollbackCommand<T extends Configuration> |
class |
DbStatusCommand<T extends Configuration> |
class |
DbTagCommand<T extends Configuration> |
class |
DbTestCommand<T extends Configuration> |
| Modifier and Type | Method and Description |
|---|---|
List<Command> |
Bootstrap.getCommands()
Returns the application's commands.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bootstrap.addCommand(Command command)
Adds the given command to the bootstrap.
|
| Modifier and Type | Field and Description |
|---|---|
protected Function<Application<C>,Command> |
DropwizardTestSupport.commandInstantiator |
| Constructor and Description |
|---|
DropwizardTestSupport(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.
|
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
| Constructor and Description |
|---|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
C configuration,
Function<Application<C>,Command> commandInstantiator)
Deprecated.
Alternate constructor that allows specifying the command the Dropwizard application is started with.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
| Constructor and Description |
|---|
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.
|
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
Copyright © 2020. All rights reserved.