public class PluginUtils
extends java.lang.Object
Constructor and Description |
---|
PluginUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
addInstanceTracking(byte[] bytes,
java.lang.String classToCall)
If adding instance tracking, the classToCall must implement: public static void recordInstance(Object obj).
|
public static byte[] addInstanceTracking(byte[] bytes, java.lang.String classToCall)
bytes
- the bytes for the class to which instance tracking is being addedclassToCall
- the class to call when a new instance is created