org.sourceforge.jemm.weaver.analysis
Class ChildTransformations

java.lang.Object
  extended by org.sourceforge.jemm.weaver.analysis.CommonTransformations
      extended by org.sourceforge.jemm.weaver.analysis.ChildTransformations
All Implemented Interfaces:
Transformation

public class ChildTransformations
extends CommonTransformations


Constructor Summary
ChildTransformations()
           
 
Method Summary
 java.lang.String getTransformationName()
          When the dependencies for a Transformation are being determined it is this name which should be listed in the dependency list.
 
Methods inherited from class org.sourceforge.jemm.weaver.analysis.CommonTransformations
dependentTransforms, getChain, getDependencies, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sourceforge.jemm.weaver.transformation.Transformation
equals, hashCode
 

Constructor Detail

ChildTransformations

public ChildTransformations()
                     throws javassist.NotFoundException
Throws:
javassist.NotFoundException
Method Detail

getTransformationName

public java.lang.String getTransformationName()
Description copied from interface: Transformation
When the dependencies for a Transformation are being determined it is this name which should be listed in the dependency list. The name can be anything but AbstractClassTransformation implements this as getClass().getSimpleName() which is used in many of the transformations.

Returns:
The name of the transformation used in dependency matching


Copyright © 2009. All Rights Reserved.