Uses of Class
org.objectweb.speedo.generation.AbstractEnhancer

Packages that use AbstractEnhancer
org.objectweb.speedo.ant The ant task to run the speedo enhancer. 
org.objectweb.speedo.ant.ejb   
org.objectweb.speedo.ant.jdo   
org.objectweb.speedo.generation.ejb   
org.objectweb.speedo.generation.jdo   
 

Uses of AbstractEnhancer in org.objectweb.speedo.ant
 

Methods in org.objectweb.speedo.ant that return AbstractEnhancer
protected abstract  AbstractEnhancer AbstractEnhancerTask.getEnhancer()
           
 

Uses of AbstractEnhancer in org.objectweb.speedo.ant.ejb
 

Methods in org.objectweb.speedo.ant.ejb that return AbstractEnhancer
 AbstractEnhancer EJBEnhancerTask.getEnhancer()
           
 

Uses of AbstractEnhancer in org.objectweb.speedo.ant.jdo
 

Methods in org.objectweb.speedo.ant.jdo that return AbstractEnhancer
 AbstractEnhancer JDOEnhancerTask.getEnhancer()
           
 

Uses of AbstractEnhancer in org.objectweb.speedo.generation.ejb
 

Subclasses of AbstractEnhancer in org.objectweb.speedo.generation.ejb
 class EJBEnhancer
          This class is the enhancer for the EJB personality of Speedo.
 

Uses of AbstractEnhancer in org.objectweb.speedo.generation.jdo
 

Subclasses of AbstractEnhancer in org.objectweb.speedo.generation.jdo
 class JDOEnhancer
          This class is the enhancer for the JDO personality of Speedo.