| com.tc.aspectwerkz.transform.inlining.deployer.Redefiner
Redefiner | public interface Redefiner (Code) | | Interface that all "redefiner" implementations should implement.
Redefines all classes at all points defined by the ChangeSet passed to the
redefine method.
author: Jonas BonŽr |
Method Summary | |
void | redefine(ChangeSet changeSet) Redefines all classes affected by the change set according to the rules defined in the change set. |
redefine | void redefine(ChangeSet changeSet)(Code) | | Redefines all classes affected by the change set according to the rules defined in the change set.
Parameters: changeSet - |
|
|