public class TracingConfiguration
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TracingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxTraces() |
ShrinkingStrategy |
getShrinkingStrategy() |
int |
getToleratedTracesAmount() |
java.lang.String[] |
getTracers() |
boolean |
isInspectEnabled() |
boolean |
isLoggingEnabled() |
boolean |
isTracingEnabled() |
void |
setInspectEnabled(boolean inspectEnabled) |
void |
setLoggingEnabled(boolean loggingEnabled) |
void |
setMaxTraces(int maxTraces) |
void |
setShrinkingStrategy(ShrinkingStrategy shrinkingStrategy) |
void |
setTracers(java.lang.String[] tracers) |
void |
setTracingEnabled(boolean tracingEnabled) |
public boolean isInspectEnabled()
public void setInspectEnabled(boolean inspectEnabled)
public boolean isLoggingEnabled()
public void setLoggingEnabled(boolean loggingEnabled)
public int getMaxTraces()
public void setMaxTraces(int maxTraces)
public java.lang.String[] getTracers()
public void setTracers(java.lang.String[] tracers)
public boolean isTracingEnabled()
public void setTracingEnabled(boolean tracingEnabled)
public int getToleratedTracesAmount()
public ShrinkingStrategy getShrinkingStrategy()
public void setShrinkingStrategy(ShrinkingStrategy shrinkingStrategy)
Copyright © 2010-2020 anotheria.net. All Rights Reserved.