Package org.eclipse.jetty.util.component
Class DumpableCollection
java.lang.Object
org.eclipse.jetty.util.component.DumpableCollection
- All Implemented Interfaces:
Dumpable
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondump()Deprecated.voiddump(Appendable out, String indent) Deprecated.Dump this object (and children) into an Appendable using the provided indent after any new lines.static DumpableCollectionDeprecated.static DumpableCollectionDeprecated.
-
Constructor Details
-
DumpableCollection
Deprecated.
-
-
Method Details
-
fromArray
Deprecated. -
from
Deprecated. -
dump
Deprecated. -
dump
Deprecated.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
-