|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that all the weaving strategy implementations must implement.
Field Summary | |
static int |
DELEGATION
Defines the delegation weaving strategy. |
static int |
INLINING
Defines the inlining weaving strategy. |
Method Summary | |
void |
initialize(Hashtable params)
Initializes the transformer stack. |
Context |
newContext(String name,
byte[] bytecode,
ClassLoader loader)
Creates a new transformation context. |
void |
transform(String className,
Context context)
|
Field Detail |
public static final int INLINING
public static final int DELEGATION
Method Detail |
public void initialize(Hashtable params)
params
- public void transform(String className, Context context)
className
- context
-
public Context newContext(String name, byte[] bytecode, ClassLoader loader)
name
- bytecode
- loader
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |