Package | Description |
---|---|
org.jboss.byteman.contrib.dtest |
Modifier and Type | Method | Description |
---|---|---|
InstrumentedClass |
Instrumentor.instrumentClass(Class clazz) |
Add method tracing rules to the specified class.
|
InstrumentedClass |
Instrumentor.instrumentClass(Class clazz,
String... methodNames) |
|
InstrumentedClass |
Instrumentor.instrumentClass(Class clazz,
Set<String> methodNames) |
Add method tracing rules to the specified class.
|
InstrumentedClass |
Instrumentor.instrumentClass(String className,
String... methodNames) |
|
InstrumentedClass |
Instrumentor.instrumentClass(String className,
Set<String> methodNames) |
Add method tracing rules to the specified class name.
If a null set of method names is supplied, NullPointerException is thrown. |
Copyright © 2018. All rights reserved.