Uses of Class
io.dropwizard.core.setup.Bootstrap
-
Packages that use Bootstrap Package Description com.example.helloworld com.example.helloworld.cli io.dropwizard.core io.dropwizard.core.cli io.dropwizard.hibernate io.dropwizard.migrations -
-
Uses of Bootstrap in com.example.helloworld
Methods in com.example.helloworld with parameters of type Bootstrap Modifier and Type Method Description voidHelloWorldApplication. initialize(Bootstrap<HelloWorldConfiguration> bootstrap) -
Uses of Bootstrap in com.example.helloworld.cli
Methods in com.example.helloworld.cli with parameters of type Bootstrap Modifier and Type Method Description protected voidRenderCommand. run(Bootstrap<HelloWorldConfiguration> bootstrap, net.sourceforge.argparse4j.inf.Namespace namespace, HelloWorldConfiguration configuration) -
Uses of Bootstrap in io.dropwizard.core
Methods in io.dropwizard.core 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.core.cli
Methods in io.dropwizard.core.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.core.cli with parameters of type Bootstrap Constructor Description Cli(JarLocation location, Bootstrap<?> bootstrap, OutputStream stdOut, OutputStream stdErr)Create a new CLI interface for an application and its bootstrapped environment. -
Uses of Bootstrap in io.dropwizard.hibernate
Methods in io.dropwizard.hibernate with parameters of type Bootstrap Modifier and Type Method Description voidHibernateBundle. initialize(Bootstrap<?> bootstrap) -
Uses of Bootstrap in io.dropwizard.migrations
Methods in io.dropwizard.migrations with parameters of type Bootstrap Modifier and Type Method Description voidMigrationsBundle. initialize(Bootstrap<?> bootstrap)protected voidAbstractLiquibaseCommand. run(@Nullable Bootstrap<T> bootstrap, net.sourceforge.argparse4j.inf.Namespace namespace, T configuration)
-