Interface ITraceToBytecodeInstaller
-
- All Known Implementing Classes:
TraceAsPrimarySourceInstaller,TraceAsSmapInstaller
public interface ITraceToBytecodeInstaller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]installTrace(byte[] javaClassBytecode)voidsetTrace(java.lang.String javaFileName, AbstractTraceRegion trace)
-
-
-
Method Detail
-
installTrace
byte[] installTrace(byte[] javaClassBytecode) throws java.io.IOException- Throws:
java.io.IOException
-
setTrace
void setTrace(java.lang.String javaFileName, AbstractTraceRegion trace)
-
-