| Constructor and Description | 
|---|
| JJDoc()Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute()Do the task. | 
| void | setJavacchome(File javaccHome)The directory containing the JavaCC distribution. | 
| void | setMaxmemory(String max)Corresponds -Xmx. | 
| void | setOnetable(boolean oneTable)Sets the ONE_TABLE documentation option. | 
| void | setOutputfile(String outputFile)The outputfile to write the generated BNF documentation file to. | 
| void | setTarget(File target)The javacc grammar file to process. | 
| void | setText(boolean plainText)Sets the TEXT BNF documentation option. | 
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic void execute()
             throws BuildException
execute in class TaskBuildException - if there is an error.public void setJavacchome(File javaccHome)
javaccHome - the home directory.public void setMaxmemory(String max)
max - max memory parameter.public void setOnetable(boolean oneTable)
oneTable - a boolean value.public void setOutputfile(String outputFile)
outputFile - the name of the output file.public void setTarget(File target)
target - the grammar file.public void setText(boolean plainText)
plainText - a boolean value.