| Package | Description |
|---|---|
| com.gzoltar.core |
Copyright (C) 2019 GZoltar contributors.
|
| com.gzoltar.core.instr |
Copyright (C) 2019 GZoltar contributors.
|
| Modifier and Type | Field and Description |
|---|---|
static InstrumentationLevel |
AgentConfigs.DEFAULT_INSTRUMENTATION_LEVEL |
| Modifier and Type | Method and Description |
|---|---|
InstrumentationLevel |
AgentConfigs.getInstrumentationLevel()
Returns which instrumentation level should be performed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentConfigs.setInstrumentationLevel(InstrumentationLevel instrumentationLevel)
Sets which instrumentation level should be performed.
|
| Modifier and Type | Method and Description |
|---|---|
static InstrumentationLevel |
InstrumentationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstrumentationLevel[] |
InstrumentationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2019 GZoltar. All rights reserved.