|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.bytecode.InstrumentationInfo
public class InstrumentationInfo
| Constructor Summary | |
|---|---|
protected |
InstrumentationInfo()
|
|
InstrumentationInfo(java.util.Map<MethodKey,java.lang.String[]> parameterNames)
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getInstrumentedClasses()
The class names of all instrumented classes. |
java.util.Map<MethodKey,java.lang.String[]> |
getParameterNames()
Map of methods to parameter names. |
static InstrumentationInfo |
loadFrom(java.io.InputStream in)
Load the instrumentation info from the specified input stream. |
void |
writeTo(java.io.OutputStream out)
Write this instrumentation info to a file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected InstrumentationInfo()
public InstrumentationInfo(java.util.Map<MethodKey,java.lang.String[]> parameterNames)
| Method Detail |
|---|
public static InstrumentationInfo loadFrom(java.io.InputStream in)
in - The input stream.
public void writeTo(java.io.OutputStream out)
out - The file to which to write this instrumentation info.public java.util.Map<MethodKey,java.lang.String[]> getParameterNames()
public java.util.Set<java.lang.String> getInstrumentedClasses()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||