| Package | Description |
|---|---|
| io.dropwizard | |
| io.dropwizard.cli | |
| io.dropwizard.sslreload |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Application.addDefaultCommands(Bootstrap<T> bootstrap)
Called by
Application.run(String...) to add the standard "server" and "check" commands |
void |
Bundle.initialize(Bootstrap<?> bootstrap)
Initializes the application bootstrap.
|
void |
ConfiguredBundle.initialize(Bootstrap<?> bootstrap)
Initializes the application bootstrap.
|
void |
Application.initialize(Bootstrap<T> bootstrap)
Initializes the application bootstrap.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Command.run(Bootstrap<?> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace)
Executes when the user runs this specific command.
|
void |
ConfiguredCommand.run(Bootstrap<?> wildcardBootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace) |
protected abstract void |
ConfiguredCommand.run(Bootstrap<T> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration)
Runs the command with the given
Bootstrap and Configuration. |
protected void |
CheckCommand.run(Bootstrap<T> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration) |
protected void |
EnvironmentCommand.run(Bootstrap<T> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration) |
| Constructor and Description |
|---|
Cli(JarLocation location,
Bootstrap<?> bootstrap,
OutputStream stdOut,
OutputStream stdErr)
Create a new CLI interface for a application and its bootstrapped environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SslReloadBundle.initialize(Bootstrap<?> bootstrap) |
Copyright © 2019. All rights reserved.