|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public abstract class JETTask
Super class of the Jet Ant tasks
Field Summary | |
---|---|
protected java.io.File |
newFile
|
protected java.io.File |
templateFile
|
protected java.lang.String |
templateURI
|
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 |
Constructor Summary | |
---|---|
JETTask()
|
Method Summary | |
---|---|
protected void |
checkAttributes()
All the attribute checks should be performed in this method. |
protected java.lang.String |
getTemplateURIAsString()
|
void |
setNewFile(java.io.File newFile)
|
void |
setTemplateFile(java.io.File templateFile)
|
void |
setTemplateURI(java.lang.String templateURI)
|
Methods inherited from class org.eclipse.emf.ant.taskdefs.EMFTask |
---|
assertTrue, doExecute, execute, getProgressMonitor |
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 |
Field Detail |
---|
protected java.lang.String templateURI
protected java.io.File templateFile
protected java.io.File newFile
Constructor Detail |
---|
public JETTask()
Method Detail |
---|
public void setTemplateFile(java.io.File templateFile)
public void setTemplateURI(java.lang.String templateURI)
public void setNewFile(java.io.File newFile)
protected java.lang.String getTemplateURIAsString()
protected void checkAttributes() throws org.apache.tools.ant.BuildException
EMFTask
checkAttributes
in class EMFTask
org.apache.tools.ant.BuildException
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |