Uses of Class
io.dropwizard.core.Application
Packages that use Application
-
Uses of Application in io.dropwizard.core.cli
Constructors in io.dropwizard.core.cli with parameters of type ApplicationModifierConstructorDescriptionCheckCommand(Application<T> application) protectedEnvironmentCommand(Application<T> application, String name, String description) Creates a new environment command.ServerCommand(Application<T> application) protectedServerCommand(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 ApplicationModifier and TypeMethodDescriptionBootstrap.getApplication()Returns the bootstrap'sApplication.Constructors in io.dropwizard.core.setup with parameters of type ApplicationModifierConstructorDescriptionBootstrap(Application<T> application) Creates a newBootstrapfor the given application.