Package org.eclipse.jetty.util.component
Class DumpableCollection
java.lang.Object
org.eclipse.jetty.util.component.DumpableCollection
- All Implemented Interfaces:
Dumpable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondump()
void
dump
(Appendable out, String indent) Dump this object (and children) into an Appendable using the provided indent after any new lines.static DumpableCollection
static DumpableCollection
from
(String name, Collection<?> collection) static DumpableCollection
-
Constructor Details
-
DumpableCollection
-
-
Method Details
-
fromArray
-
from
-
from
-
dump
-
dump
Description copied from interface:Dumpable
Dump 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:
dump
in interfaceDumpable
- Parameters:
out
- The appendable to dump toindent
- The indent to apply after any new lines.- Throws:
IOException
- if unable to write to Appendable
-