|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.optional.javacc.JJDoc
Runs the JJDoc compiler compiler.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
description, location, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
JJDoc()
|
|
| Method Summary | |
|---|---|
void |
execute()
Called by the project to let the task do its work. |
void |
setJavacchome(java.io.File javaccHome)
The directory containing the JavaCC distribution. |
void |
setOnetable(boolean oneTable)
Sets the ONE_TABLE documentation option. |
void |
setOutputfile(java.lang.String outputFile)
The outputfile to write the generated BNF documentation file to. |
void |
setTarget(java.io.File target)
The javacc grammar file to process. |
void |
setText(boolean plainText)
Sets the TEXT BNF documentation option. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JJDoc()
| Method Detail |
public void setText(boolean plainText)
public void setOnetable(boolean oneTable)
public void setOutputfile(java.lang.String outputFile)
public void setTarget(java.io.File target)
public void setJavacchome(java.io.File javaccHome)
public void execute()
throws BuildException
Task
execute in class TaskBuildException - if something goes wrong with the build
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||