Class DumpableCollection
java.lang.Object
org.eclipse.jetty.util.component.DumpableCollection
- All Implemented Interfaces:
 Dumpable
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainer, Dumpable.DumpAppendable - 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddump(Appendable out, String indent) Dump this object (and children) into an Appendable using the provided indent after any new lines.dumpSelf()The description of this/self found in the dump.static DumpableCollectionstatic DumpableCollectionfrom(String name, Collection<?> collection) static DumpableCollectiontoString() 
- 
Constructor Details
- 
DumpableCollection
 
 - 
 - 
Method Details
- 
fromArray
 - 
from
 - 
from
 - 
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
 - 
dumpSelf
Description copied from interface:DumpableThe description of this/self found in the dump. Allows for alternative representation of Object other then .toString() where the long form output of toString() is represented in a cleaner way within the dump infrastructure. - 
toString
 
 -