Interface Dumpable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void dump​(java.io.PrintWriter pw, int padding, java.lang.String title)
      Dumps the object to a PrintWriter.
    • Method Detail

      • dump

        void dump​(java.io.PrintWriter pw,
                  int padding,
                  java.lang.String title)
        Dumps the object to a PrintWriter.
        Parameters:
        pw - the stream to send the output
        padding - the number of spaces in the string
        title - the title for the dump