| Package | Description |
|---|---|
| io.dropwizard.cli | |
| io.dropwizard.setup |
| Constructor and Description |
|---|
CheckCommand(Application<T> application) |
EnvironmentCommand(Application<T> application,
String name,
String description)
Creates a new environment command.
|
ServerCommand(Application<T> application) |
ServerCommand(Application<T> application,
String name,
String description)
A constructor to allow reuse of the server command as a different name
|
| Modifier and Type | Method and Description |
|---|---|
Application<T> |
Bootstrap.getApplication()
Returns the bootstrap's
Application. |
| Constructor and Description |
|---|
Bootstrap(Application<T> application)
Creates a new
Bootstrap for the given application. |
Copyright © 2021. All rights reserved.