public abstract class JETTask extends EMFTask
| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
newFile |
protected java.io.File |
templateFile |
protected java.lang.String |
templateURI |
| Constructor and Description |
|---|
JETTask() |
| Modifier and Type | Method and Description |
|---|---|
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) |
assertTrue, doExecute, execute, getProgressMonitorprotected java.lang.String templateURI
protected java.io.File templateFile
protected java.io.File newFile
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 BuildException
EMFTaskcheckAttributes in class EMFTaskBuildException