| Package | Description |
|---|---|
| io.dropwizard | |
| io.dropwizard.cli | |
| io.dropwizard.sslreload |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
Application.addDefaultCommands(Bootstrap<T> bootstrap) |
Called by
Application.run(String...) to add the standard "server" and "check" commands |
void |
Application.initialize(Bootstrap<T> bootstrap) |
Initializes the application bootstrap.
|
void |
Bundle.initialize(Bootstrap<?> bootstrap) |
Initializes the application bootstrap.
|
void |
ConfiguredBundle.initialize(Bootstrap<?> bootstrap) |
Initializes the application bootstrap.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
CheckCommand.run(Bootstrap<T> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration) |
|
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 |
EnvironmentCommand.run(Bootstrap<T> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration) |
| Constructor | Description |
|---|---|
Cli(io.dropwizard.util.JarLocation location,
Bootstrap<?> bootstrap,
java.io.OutputStream stdOut,
java.io.OutputStream stdErr) |
Create a new CLI interface for a application and its bootstrapped environment.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SslReloadBundle.initialize(Bootstrap<?> bootstrap) |
Copyright © 2018. All rights reserved.