org.objectweb.speedo.ant.ejb
Class EJBEnhancerTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.objectweb.speedo.ant.AbstractEnhancerTask
              extended by org.objectweb.speedo.ant.ejb.EJBEnhancerTask

public class EJBEnhancerTask
extends AbstractEnhancerTask


Nested Class Summary
 
Nested classes/interfaces inherited from class org.objectweb.speedo.ant.AbstractEnhancerTask
AbstractEnhancerTask.Description
 
Field Summary
 
Fields inherited from class org.objectweb.speedo.ant.AbstractEnhancerTask
persistdesc, src
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
EJBEnhancerTask()
           
 
Method Summary
protected  void addDtdLocations(java.util.ArrayList al)
           
 AbstractEnhancer getEnhancer()
           
protected  void initDefaultDescPath()
           
 
Methods inherited from class org.objectweb.speedo.ant.AbstractEnhancerTask
createClasspath, createDescpath, createDTD, createJavac, createJormClasspath, createJormpath, createPersistenceaware, execute, getClasspath, getGenerateJormFile, getJormClasspath, init, setClasspath, setClasspathRef, setConfFile, setGenerateJormFile, setInput, setJormClasspath, setJormClasspathRef, setKeepsrc, setLogPropFile, setMappername, setOutput, setProjectname, setSrc
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBEnhancerTask

public EJBEnhancerTask()
Method Detail

getEnhancer

public AbstractEnhancer getEnhancer()
Specified by:
getEnhancer in class AbstractEnhancerTask

initDefaultDescPath

protected void initDefaultDescPath()
Specified by:
initDefaultDescPath in class AbstractEnhancerTask

addDtdLocations

protected void addDtdLocations(java.util.ArrayList al)
Specified by:
addDtdLocations in class AbstractEnhancerTask