| Package | Description |
|---|---|
| org.glowroot.container.config |
| Modifier and Type | Method and Description |
|---|---|
static InstrumentationConfig.MethodModifier |
InstrumentationConfig.MethodModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstrumentationConfig.MethodModifier[] |
InstrumentationConfig.MethodModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<InstrumentationConfig.MethodModifier> |
InstrumentationConfig.getMethodModifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstrumentationConfig.setMethodModifiers(List<InstrumentationConfig.MethodModifier> methodModifiers) |
Copyright © 2011–2015 Glowroot contributors. All rights reserved.