Class DebugMap


  • public class DebugMap
    extends java.lang.Object
    • Constructor Detail

      • DebugMap

        public DebugMap()
    • Method Detail

      • shouldDebug

        public DebugAction shouldDebug​(java.lang.Exception e)
      • addDebugEntry

        public void addDebugEntry​(java.lang.String libraryName,
                                  DebugLocator debugLocator,
                                  DebugAction action)
      • removeDebugEntry

        public void removeDebugEntry​(java.lang.String libraryName,
                                     DebugLocator debugLocator)
      • removeDebugEntry

        public void removeDebugEntry​(DebugLocator debugLocator)
      • getIsLoggingEnabled

        public boolean getIsLoggingEnabled()
      • setIsLoggingEnabled

        public void setIsLoggingEnabled​(boolean isLoggingEnabled)
      • getIsCoverageEnabled

        public boolean getIsCoverageEnabled()
      • setIsCoverageEnabled

        public void setIsCoverageEnabled​(boolean isCoverageEnabled)