| Package | Description |
|---|---|
| io.dropwizard.cli | |
| io.dropwizard.setup |
| Modifier and Type | Class | 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 | Method | Description |
|---|---|---|
com.google.common.collect.ImmutableList<Command> |
Bootstrap.getCommands() |
Returns the application's commands.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Bootstrap.addCommand(Command command) |
Adds the given command to the bootstrap.
|
Copyright © 2018. All rights reserved.