org.codehaus.aspectwerkz.transform.inlining.deployer
Interface Redefiner


public interface Redefiner

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.
 

Method Detail

redefine

void redefine(ChangeSet changeSet)
Redefines all classes affected by the change set according to the rules defined in the change set.

Parameters:
changeSet -


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.