Class NamingDump

java.lang.Object
org.eclipse.jetty.plus.jndi.NamingDump
All Implemented Interfaces:
Dumpable

public class NamingDump extends Object implements Dumpable
A utility Dumpable to dump a JNDI naming context tree.
  • Constructor Details

    • NamingDump

      public NamingDump()
    • NamingDump

      public NamingDump(ClassLoader loader, String name)
  • Method Details

    • dump

      public void dump(Appendable out, 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.