Uses of Class
io.dropwizard.core.setup.Environment
Packages that use Environment
Package
Description
-
Uses of Environment in io.dropwizard.core
Methods in io.dropwizard.core with parameters of type EnvironmentModifier and TypeMethodDescriptionabstract voidApplication.run(T configuration, Environment environment) When the application runs, this is called after theConfiguredBundles are run.default voidConfiguredBundle.run(T configuration, Environment environment) Initializes the environment. -
Uses of Environment in io.dropwizard.core.cli
Methods in io.dropwizard.core.cli that return EnvironmentModifier and TypeMethodDescription@Nullable EnvironmentEnvironmentCommand.getEnvironment()Returns the constructed environment ornullif it hasn't been constructed yet.Methods in io.dropwizard.core.cli with parameters of type EnvironmentModifier and TypeMethodDescriptionprotected 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.core.server
Methods in io.dropwizard.core.server with parameters of type EnvironmentModifier and TypeMethodDescriptionorg.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.core.setup
Methods in io.dropwizard.core.setup with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidBootstrap.run(T configuration, Environment environment) Runs the bootstrap's bundles with the given configuration and environment. -
Uses of Environment in io.dropwizard.core.sslreload
Methods in io.dropwizard.core.sslreload with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidSslReloadBundle.run(Configuration configuration, Environment environment)