org.objectweb.speedo.wizard.ant.gui
Class Antjdo2jormGUI
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.objectweb.speedo.wizard.ant.gui.Antjdo2jormGUI
- public class Antjdo2jormGUI
- 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 |
Antjdo2jormGUI
public Antjdo2jormGUI()
init
public void init()
throws BuildException
- Throws:
BuildException
setConfFile
public void setConfFile(java.io.File speedoConfFile)
setLogPropFile
public void setLogPropFile(java.io.File logPropFile)
setProjectname
public void setProjectname(java.lang.String projectName)
setProjectdir
public void setProjectdir(java.lang.String projectDir)
setMappername
public void setMappername(java.lang.String mapperName)
setWizardConfFile
public void setWizardConfFile(java.io.File wcf)
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
setClasspath
public void setClasspath(Path cp)
getClasspath
public Path getClasspath()
createClasspath
public Path createClasspath()
setClasspathRef
public void setClasspathRef(Reference r)
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.
- Throws:
BuildException