Class RuleInspectorDumper


  • public class RuleInspectorDumper
    extends java.lang.Object
    This class is for debugging purposes. It is way easier to just dump the inspector into a string than compare the values in the super dev mode debugger.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String dump()  
      • Methods inherited from class java.lang.Object

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

      • RuleInspectorDumper

        public RuleInspectorDumper​(RuleInspector ruleInspector)
    • Method Detail

      • dump

        public java.lang.String dump()