Package org.eclipse.jetty.util.component
Class DumpableCollection
- java.lang.Object
-
- org.eclipse.jetty.util.component.DumpableCollection
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
-
Constructor Summary
Constructors Constructor Description DumpableCollection(java.lang.String name, java.util.Collection<?> collection)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringdump()Deprecated.voiddump(java.lang.Appendable out, java.lang.String indent)Deprecated.Dump this object (and children) into an Appendable using the provided indent after any new lines.static DumpableCollectionfrom(java.lang.String name, java.lang.Object... items)Deprecated.static DumpableCollectionfromArray(java.lang.String name, java.lang.Object[] array)Deprecated.
-
-
-
Method Detail
-
fromArray
public static DumpableCollection fromArray(java.lang.String name, java.lang.Object[] array)
Deprecated.
-
from
public static DumpableCollection from(java.lang.String name, java.lang.Object... items)
Deprecated.
-
dump
public void dump(java.lang.Appendable out, java.lang.String indent) throws java.io.IOExceptionDeprecated.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.
-
-