Class JarikoTracesConfiguration

java.lang.Object
com.smeup.kokos.sdk.rpgle.configuration.JarikoTracesConfiguration

public class JarikoTracesConfiguration extends Object
Configurations related to Jariko tracing system.
  • Constructor Details

    • JarikoTracesConfiguration

      public JarikoTracesConfiguration()
  • Method Details

    • setMaxJarikoTraces

      public void setMaxJarikoTraces(int maxJarikoTraces)
      Set the max number of Jariko traces.
      Parameters:
      maxJarikoTraces - The max number of allowed traces.
    • getMaxJarikoTraces

      public int getMaxJarikoTraces()
      Get the current number of allowed Jariko traces.
    • setMaxRpgTraces

      public void setMaxRpgTraces(int maxRpgTraces)
      Set the max number of RPG traces.
      Parameters:
      maxRpgTraces - The max number of allowed traces.
    • getMaxRpgTraces

      public int getMaxRpgTraces()
      Get the current number of allowed RPG traces.
    • getExcludeJarikoTraces

      public List<com.smeup.rpgparser.interpreter.JarikoTraceKind> getExcludeJarikoTraces()
      Get the excluded JarikoTraceKinds
    • setExcludeJarikoTraces

      public void setExcludeJarikoTraces(List<com.smeup.rpgparser.interpreter.JarikoTraceKind> kinds)
      Set the excluded JarikoTraceKinds
      Parameters:
      kinds - the JarikoTraceKinds to exclude.
    • isTracingEnabled

      public boolean isTracingEnabled()