Package | Description |
---|---|
io.dropwizard.cli | |
io.dropwizard.setup |
Modifier and Type | Class and Description |
---|---|
class |
CheckCommand<T extends Configuration>
Parses and validates the application's configuration.
|
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 and Description |
---|---|
void |
Bootstrap.addCommand(ConfiguredCommand<T> command)
Adds the given command to the bootstrap.
|
Copyright © 2016. All rights reserved.