Uses of Class
io.dropwizard.core.setup.Bootstrap
Packages that use Bootstrap
-
Uses of Bootstrap in io.dropwizard.core
Methods in io.dropwizard.core with parameters of type BootstrapModifier and TypeMethodDescriptionprotected voidApplication.addDefaultCommands(Bootstrap<T> bootstrap) Called byApplication.run(String...)to add the standard "server" and "check" commandsvoidApplication.initialize(Bootstrap<T> bootstrap) Initializes the application bootstrap.default voidConfiguredBundle.initialize(Bootstrap<?> bootstrap) Initializes the application bootstrap. -
Uses of Bootstrap in io.dropwizard.core.cli
Methods in io.dropwizard.core.cli with parameters of type BootstrapModifier and TypeMethodDescriptionprotected voidCheckCommand.run(Bootstrap<T> bootstrap, net.sourceforge.argparse4j.inf.Namespace namespace, T configuration) abstract voidExecutes when the user runs this specific command.voidConfiguredCommand.run(Bootstrap<?> wildcardBootstrap, net.sourceforge.argparse4j.inf.Namespace namespace) protected abstract voidConfiguredCommand.run(Bootstrap<T> bootstrap, net.sourceforge.argparse4j.inf.Namespace namespace, T configuration) Runs the command with the givenBootstrapandConfiguration.protected voidEnvironmentCommand.run(Bootstrap<T> bootstrap, net.sourceforge.argparse4j.inf.Namespace namespace, T configuration) Constructors in io.dropwizard.core.cli with parameters of type BootstrapModifierConstructorDescriptionCli(io.dropwizard.util.JarLocation location, Bootstrap<?> bootstrap, OutputStream stdOut, OutputStream stdErr) Create a new CLI interface for an application and its bootstrapped environment.