Uses of Class
io.dropwizard.core.Application
-
Packages that use Application Package Description io.dropwizard.core.cli io.dropwizard.core.setup -
-
Uses of Application in io.dropwizard.core.cli
Constructors in io.dropwizard.core.cli with parameters of type Application Constructor Description CheckCommand(Application<T> application)
EnvironmentCommand(Application<T> application, String name, String description)
Creates a new environment command.ServerCommand(Application<T> application)
ServerCommand(Application<T> application, String name, String description)
A constructor to allow reuse of the server command as a different name -
Uses of Application in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup that return Application Modifier and Type Method Description Application<T>
Bootstrap. getApplication()
Returns the bootstrap'sApplication
.Constructors in io.dropwizard.core.setup with parameters of type Application Constructor Description Bootstrap(Application<T> application)
Creates a newBootstrap
for the given application.
-