Class NamingDump

  • All Implemented Interfaces:
    Dumpable

    public class NamingDump
    extends java.lang.Object
    implements Dumpable
    A utility Dumpable to dump a JNDI naming context tree.
    • Field Summary

      • Fields inherited from interface org.eclipse.jetty.util.component.Dumpable

        KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      NamingDump()  
      NamingDump​(java.lang.ClassLoader loader, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.lang.Appendable out, java.lang.String indent)
      Dump this object (and children) into an Appendable using the provided indent after any new lines.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamingDump

        public NamingDump()
      • NamingDump

        public NamingDump​(java.lang.ClassLoader loader,
                          java.lang.String name)
    • Method Detail

      • dump

        public void dump​(java.lang.Appendable out,
                         java.lang.String indent)
        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 interface Dumpable
        Parameters:
        out - The appendable to dump to
        indent - The indent to apply after any new lines.