| Package | Description |
|---|---|
| com.example.helloworld | |
| com.example.helloworld.cli | |
| io.dropwizard | |
| io.dropwizard.cli | |
| io.dropwizard.hibernate | |
| io.dropwizard.migrations |
| Modifier and Type | Method and Description |
|---|---|
void |
HelloWorldApplication.initialize(Bootstrap<HelloWorldConfiguration> bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderCommand.run(Bootstrap<HelloWorldConfiguration> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace,
HelloWorldConfiguration configuration) |
| 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 |
default 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 |
|---|---|
void |
ConfiguredCommand.run(Bootstrap<?> wildcardBootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace) |
abstract void |
Command.run(Bootstrap<?> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace)
Executes when the user runs this specific command.
|
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 |
HibernateBundle.initialize(Bootstrap<?> bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
void |
MigrationsBundle.initialize(Bootstrap<?> bootstrap) |
protected void |
AbstractLiquibaseCommand.run(Bootstrap<T> bootstrap,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration) |
Copyright © 2011. All rights reserved.