Uses of Interface
org.eclipse.jetty.util.component.Environment
Packages that use Environment
-
Uses of Environment in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component that return EnvironmentModifier and TypeMethodDescriptionstatic EnvironmentEnvironment.create(String name, ClassLoader classLoader) Creates an environment with the given name and classloader.static EnvironmentGets the environment with the given name, creating it with the default classloader if necessary.static EnvironmentGets the environment with the given name.Methods in org.eclipse.jetty.util.component that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionstatic Collection<Environment> Environment.getAll()Gets all existing environments.