org.eclipse.emf.ant.taskdefs.codegen
Class JETCompilerTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.eclipse.emf.ant.taskdefs.EMFTask
org.eclipse.emf.ant.taskdefs.codegen.JETTask
org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
- All Implemented Interfaces:
- java.lang.Cloneable
public class JETCompilerTask
- extends JETTask
Exposes some functionalities available on the
JETCompiler
class.
This task is supposed to be executed by a Eclipse driver with the
org.eclipse.emf.ant plugin. It is neither necessary to use Ant's task
TaskDef to declare this task in a script nor to change the Ant's runtime
classpath.
The following command line will start a headless Eclipse instance and run the specified Ant script.
java -classpath eclipseDir/startup.jar org.eclipse.core.launcher.Main
-data worspaceDir
-application org.eclipse.ant.core.antRunner
-buildfile antScript
Usage examples:
<emf.JETCompiler templateURI="http://www.example.com/jetTemplate.javajet"/>
<emf.JETCompiler templateFile="jetTemplate.javajet"/>
<emf.JETCompiler templateURI="d:\templates\jetTemplate.txtjet"
newFile="c:\output.txt"/>
- Since:
- 2.3.0
Fields inherited from class org.apache.tools.ant.Task |
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
description, location, project |
Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_EXTENSION
protected static final java.lang.String DEFAULT_EXTENSION
- See Also:
- Constant Field Values
encoding
protected java.lang.String encoding
sourceDirectory
protected java.io.File sourceDirectory
JETCompilerTask
public JETCompilerTask()
setSourceDirectory
public void setSourceDirectory(java.io.File sourceDirectory)
setEncoding
public void setEncoding(java.lang.String encoding)
checkAttributes
protected void checkAttributes()
throws org.apache.tools.ant.BuildException
- Description copied from class:
EMFTask
- All the attribute checks should be performed in this method.
- Overrides:
checkAttributes
in class JETTask
- Throws:
org.apache.tools.ant.BuildException
doExecute
protected void doExecute()
throws java.lang.Exception
- Description copied from class:
EMFTask
- Performs the task specific code.
- Specified by:
doExecute
in class EMFTask
- Throws:
java.lang.Exception
createJETCompiler
protected JETCompiler createJETCompiler()
throws JETException
- Throws:
JETException
invokeCompiler
protected void invokeCompiler(JETCompiler compiler)
throws JETException,
java.io.IOException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
JETException
java.io.IOException
java.lang.InstantiationException
java.lang.IllegalAccessException