|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.javacc.AbstractJavaCCMojo
org.codehaus.mojo.javacc.JJTreeJavaCCMojo
Preprocesses decorated grammar files (*.jjt) with JJTree and passes the output to JavaCC in order to
finally generate a parser with parse tree actions.
| Field Summary |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Constructor Summary | |
JJTreeJavaCCMojo()
|
|
| Method Summary | |
protected File[] |
getCompileSourceRoots()
Gets all the output directories to register with the project for compilation. |
protected String[] |
getExcludes()
Gets a set of Ant-like exclusion patterns used to unselect files from the source directory for processing. |
protected String[] |
getIncludes()
Gets a set of Ant-like inclusion patterns used to select files from the source directory for processing. |
protected File |
getOutputDirectory()
Gets the absolute path to the directory where the generated Java files for the parser will be stored. |
protected File |
getSourceDirectory()
Gets the absolute path to the directory where the grammar files are located. |
protected int |
getStaleMillis()
Gets the granularity in milliseconds of the last modification date for testing whether a source needs recompilation. |
protected org.codehaus.mojo.javacc.JJTree |
newJJTree()
Creates a new facade to invoke JJTree. |
protected void |
processGrammar(org.codehaus.mojo.javacc.GrammarInfo grammarInfo)
Passes the specified grammar file through the tool. |
| Methods inherited from class org.codehaus.mojo.javacc.AbstractJavaCCMojo |
copyGrammarOutput, deleteTempDirectory, execute, getGrammarEncoding, getIsStatic, getJdkVersion, getParserPackage, getTempDirectory, isSourceRoot, newJavaCC |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JJTreeJavaCCMojo()
| Method Detail |
protected File getSourceDirectory()
getSourceDirectory in class AbstractJavaCCMojonull.protected String[] getIncludes()
getIncludes in class AbstractJavaCCMojonull if all files should be included.protected String[] getExcludes()
getExcludes in class AbstractJavaCCMojonull if no files should be excluded.protected File getOutputDirectory()
getOutputDirectory in class AbstractJavaCCMojonull.protected int getStaleMillis()
getStaleMillis in class AbstractJavaCCMojoprotected File[] getCompileSourceRoots()
getCompileSourceRoots in class AbstractJavaCCMojonull.
protected void processGrammar(org.codehaus.mojo.javacc.GrammarInfo grammarInfo)
throws MojoExecutionException,
MojoFailureException
processGrammar in class AbstractJavaCCMojogrammarInfo - The grammar info describing the grammar file to process, must not be null.
MojoExecutionException - If the invocation of the tool failed.
MojoFailureException - If the tool reported a non-zero exit code.protected org.codehaus.mojo.javacc.JJTree newJJTree()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||