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