|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.tools.ant.Task
|
+--org.apache.tools.ant.taskdefs.optional.ANTLR
| Fields inherited from class org.apache.tools.ant.Task |
description, location, project, target, taskName, taskType, wrapper |
| Constructor Summary | |
ANTLR()
|
|
| Method Summary | |
void |
execute()
Called by the project to let the task do it's work. |
void |
setDir(java.io.File d)
The working directory of the process |
void |
setFork(boolean s)
|
void |
setOutputdirectory(java.io.File outputDirectory)
|
void |
setTarget(java.io.File target)
|
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getProject, getRuntimeConfigurableWrapper, getTaskName, init, log, log, maybeConfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ANTLR()
| Method Detail |
public void setTarget(java.io.File target)
public void setOutputdirectory(java.io.File outputDirectory)
public void setFork(boolean s)
public void setDir(java.io.File d)
public void execute()
throws BuildException
Taskexecute in class Taskorg.apache.tools.ant.TaskBuildException - if someting goes wrong with the build
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||