Class JarikoTracesConfiguration
java.lang.Object
com.smeup.kokos.sdk.rpgle.configuration.JarikoTracesConfiguration
Configurations related to Jariko tracing system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.smeup.rpgparser.interpreter.JarikoTraceKind> Get the excludedJarikoTraceKindsintGet the current number of allowed Jariko traces.intGet the current number of allowed RPG traces.booleanvoidsetExcludeJarikoTraces(List<com.smeup.rpgparser.interpreter.JarikoTraceKind> kinds) Set the excludedJarikoTraceKindsvoidsetMaxJarikoTraces(int maxJarikoTraces) Set the max number of Jariko traces.voidsetMaxRpgTraces(int maxRpgTraces) Set the max number of RPG traces.
-
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
Get the excludedJarikoTraceKinds -
setExcludeJarikoTraces
Set the excludedJarikoTraceKinds- Parameters:
kinds- theJarikoTraceKinds to exclude.
-
isTracingEnabled
public boolean isTracingEnabled()
-