org.objectweb.speedo.wizard.ant.batch
Class Antjdo2jorm
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.objectweb.speedo.wizard.ant.batch.Antjdo2jorm
- public class Antjdo2jorm
- extends Task
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Antjdo2jorm
public Antjdo2jorm()
init
public void init()
throws BuildException
- Throws:
BuildException
setConffile
public void setConffile(java.io.File jormconfFile)
- Deprecated.
setLogPropFile
public void setLogPropFile(java.io.File logPropFile)
setProjectname
public void setProjectname(java.lang.String projectName)
setMappername
public void setMappername(java.lang.String mapperName)
setKeepsrc
public void setKeepsrc(boolean keepsrc)
createDTD
public DTDLocation createDTD()
- Create a DTD location record. This stores the location of a DTD. The
DTD is identified by its public Id. The location may either be a file
location or a resource location.
- Returns:
- the DTD location object to be configured by Ant
setOutputdir
public void setOutputdir(java.io.File outputDir)
setBinarydir
public void setBinarydir(java.io.File binaryDir)
setClasspath
public void setClasspath(Path cp)
getClasspath
public Path getClasspath()
createClasspath
public Path createClasspath()
setClasspathRef
public void setClasspathRef(Reference r)
createJdopath
public Antjdo2jorm.Description createJdopath()
createJormpath
public Antjdo2jorm.Description createJormpath()
setJormClasspath
public void setJormClasspath(Path cp)
getJormClasspath
public Path getJormClasspath()
createJormClasspath
public Path createJormClasspath()
setJormClasspathRef
public void setJormClasspathRef(Reference r)
execute
public void execute()
throws BuildException
- Main method of the task executed by ant.
Parses xml parameters, loads AntSpeedoExec with its own loader
- Throws:
BuildException