| Package | Description |
|---|---|
| io.dropwizard | |
| io.dropwizard.cli | |
| io.dropwizard.server | |
| io.dropwizard.setup |
| Modifier and Type | Method and Description |
|---|---|
void |
Bundle.run(Environment environment)
Initializes the application environment.
|
void |
ConfiguredBundle.run(T configuration,
Environment environment)
Initializes the environment.
|
abstract void |
Application.run(T configuration,
Environment environment)
When the application runs, this is called after the
Bundles are run. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerCommand.run(Environment environment,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration) |
protected abstract void |
EnvironmentCommand.run(Environment environment,
net.sourceforge.argparse4j.inf.Namespace namespace,
T configuration)
Runs the command with the given
Environment and Configuration. |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Server |
SimpleServerFactory.build(Environment environment) |
org.eclipse.jetty.server.Server |
ServerFactory.build(Environment environment)
Build a server for the given Dropwizard application.
|
org.eclipse.jetty.server.Server |
DefaultServerFactory.build(Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bootstrap.run(T configuration,
Environment environment)
Runs the bootstrap's bundles with the given configuration and environment.
|
Copyright © 2014. All rights reserved.