public class InstrumentationInfo extends Object
Modifier | Constructor and Description |
---|---|
protected |
InstrumentationInfo() |
|
InstrumentationInfo(Map<MethodKey,String[]> parameterNames) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getInstrumentedClasses()
The class names of all instrumented classes.
|
Map<MethodKey,String[]> |
getParameterNames()
Map of methods to parameter names.
|
static InstrumentationInfo |
loadFrom(InputStream in)
Load the instrumentation info from the specified input stream.
|
void |
writeTo(OutputStream out)
Write this instrumentation info to a file.
|
public static InstrumentationInfo loadFrom(InputStream in)
in
- The input stream.public void writeTo(OutputStream out)
out
- The file to which to write this instrumentation info.public Map<MethodKey,String[]> getParameterNames()
Copyright © 2016. All rights reserved.