Uses of Class
io.dropwizard.Application
-
Packages that use Application Package Description io.dropwizard.cli io.dropwizard.setup -
-
Uses of Application in io.dropwizard.cli
Constructors in io.dropwizard.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.setup
Methods in io.dropwizard.setup that return Application Modifier and Type Method Description Application<T>Bootstrap. getApplication()Returns the bootstrap'sApplication.Constructors in io.dropwizard.setup with parameters of type Application Constructor Description Bootstrap(Application<T> application)Creates a newBootstrapfor the given application.
-