Class Environment.Named
java.lang.Object
org.eclipse.jetty.util.Attributes.Mapped
org.eclipse.jetty.util.component.Environment.Named
- All Implemented Interfaces:
Attributes, Dumpable, Environment
- Enclosing interface:
Environment
-
Nested Class Summary
Nested classes/interfaces inherited from interface Attributes
Attributes.Layer, Attributes.Lazy, Attributes.Mapped, Attributes.Synthetic, Attributes.WrapperNested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainerNested classes/interfaces inherited from interface Environment
Environment.Named -
Field Summary
Fields inherited from interface Attributes
NULLFields inherited from interface Environment
CORE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Attributes.Mapped
addAll, asAttributeMap, clearAttributes, equals, getAttribute, getAttributeNameSet, hashCode, removeAttribute, setAttribute, sizeMethods inherited from interface Attributes
asAttributeMap, clearAttributes, equals, getAttribute, getAttributeNameSet, hashCode, removeAttribute, setAttributeMethods inherited from interface Environment
run
-
Constructor Details
-
Named
-
Named
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceEnvironment- Returns:
- The case-insensitive name of the environment.
-
getClassLoader
- Specified by:
getClassLoaderin interfaceEnvironment- Returns:
- The
ClassLoaderfor the environment or if non set, then theClassLoaderthat loaded the environment implementation.
-
dump
-
dump
Description copied from interface:DumpableDump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped.- Specified by:
dumpin interfaceDumpable- Parameters:
out- The appendable to dump toindent- The indent to apply after any new lines.- Throws:
IOException- if unable to write to Appendable
-
toString
- Overrides:
toStringin classAttributes.Mapped
-