Uses of Class
io.dropwizard.setup.Bootstrap
-
Packages that use Bootstrap Package Description io.dropwizard io.dropwizard.cli -
-
Uses of Bootstrap in io.dropwizard
Methods in io.dropwizard with parameters of type Bootstrap Modifier and Type Method Description protected 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.cli
Methods in io.dropwizard.cli with parameters of type Bootstrap Modifier and Type Method Description protected voidCheckCommand. run(Bootstrap<T> bootstrap, net.sourceforge.argparse4j.inf.Namespace namespace, T configuration)abstract voidCommand. run(Bootstrap<?> bootstrap, net.sourceforge.argparse4j.inf.Namespace namespace)Executes 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.cli with parameters of type Bootstrap Constructor Description Cli(JarLocation location, Bootstrap<?> bootstrap, OutputStream stdOut, OutputStream stdErr)Create a new CLI interface for a application and its bootstrapped environment.
-