Uses of Class
io.dropwizard.setup.Environment
-
Packages that use Environment Package Description io.dropwizard io.dropwizard.cli io.dropwizard.server io.dropwizard.setup io.dropwizard.sslreload -
-
Uses of Environment in io.dropwizard
Methods in io.dropwizard with parameters of type Environment Modifier and Type Method Description abstract voidApplication. run(T configuration, Environment environment)When the application runs, this is called after theConfiguredBundles are run.default voidBundle. run(Configuration configuration, Environment environment)Deprecated.default voidBundle. run(Environment environment)Deprecated.UseConfiguredBundle#run(Configuration, Environment)default voidConfiguredBundle. run(T configuration, Environment environment)Initializes the environment. -
Uses of Environment in io.dropwizard.cli
Methods in io.dropwizard.cli with parameters of type Environment Modifier and Type Method Description protected abstract voidEnvironmentCommand. run(Environment environment, net.sourceforge.argparse4j.inf.Namespace namespace, T configuration)Runs the command with the givenEnvironmentandConfiguration.protected voidServerCommand. run(Environment environment, net.sourceforge.argparse4j.inf.Namespace namespace, T configuration) -
Uses of Environment in io.dropwizard.server
Methods in io.dropwizard.server with parameters of type Environment Modifier and Type Method Description org.eclipse.jetty.server.ServerDefaultServerFactory. build(Environment environment)org.eclipse.jetty.server.ServerServerFactory. build(Environment environment)Build a server for the given Dropwizard application.org.eclipse.jetty.server.ServerSimpleServerFactory. build(Environment environment)voidDefaultServerFactory. configure(Environment environment)voidServerFactory. configure(Environment environment)Configures the given environment with settings defined in the factory.voidSimpleServerFactory. configure(Environment environment) -
Uses of Environment in io.dropwizard.setup
Methods in io.dropwizard.setup with parameters of type Environment Modifier and Type Method Description voidBootstrap. run(T configuration, Environment environment)Runs the bootstrap's bundles with the given configuration and environment. -
Uses of Environment in io.dropwizard.sslreload
Methods in io.dropwizard.sslreload with parameters of type Environment Modifier and Type Method Description voidSslReloadBundle. run(Configuration configuration, Environment environment)
-