jtb-javacc goal instead.public class JTBMojo extends AbstractPreprocessorMojo
| Constructor and Description |
|---|
JTBMojo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getExcludes()
Deprecated.
Gets a set of Ant-like exclusion patterns used to unselect files from the source directory for processing.
|
protected String[] |
getIncludes()
Deprecated.
Gets a set of Ant-like inclusion patterns used to select files from the source directory for processing.
|
protected File |
getOutputDirectory()
Deprecated.
Gets the absolute path to the directory where the generated Java files for the parser will be stored.
|
protected File |
getSourceDirectory()
Deprecated.
Gets the absolute path to the directory where the grammar files are located.
|
protected int |
getStaleMillis()
Deprecated.
Gets the granularity in milliseconds of the last modification date for testing whether a source needs
recompilation.
|
protected File |
getTimestampDirectory()
Deprecated.
Gets the absolute path to the directory where the processed input files will be stored for later detection of
stale sources.
|
protected void |
processGrammar(org.codehaus.mojo.javacc.GrammarInfo grammarInfo)
Deprecated.
Passes the specified grammar file through the tool.
|
addCompileSourceRoot, createTimestamp, executeprotected File getSourceDirectory()
getSourceDirectory in class AbstractPreprocessorMojonull.protected String[] getIncludes()
getIncludes in class AbstractPreprocessorMojonull if all files should be included.protected String[] getExcludes()
getExcludes in class AbstractPreprocessorMojonull if no files should be excluded.protected File getOutputDirectory()
getOutputDirectory in class AbstractPreprocessorMojonull.protected File getTimestampDirectory()
getTimestampDirectory in class AbstractPreprocessorMojonull.protected int getStaleMillis()
getStaleMillis in class AbstractPreprocessorMojoprotected void processGrammar(org.codehaus.mojo.javacc.GrammarInfo grammarInfo)
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
processGrammar in class AbstractPreprocessorMojogrammarInfo - The grammar info describing the grammar file to process, must not be null.org.apache.maven.plugin.MojoExecutionException - If the invocation of the tool failed.org.apache.maven.plugin.MojoFailureException - If the tool reported a non-zero exit code.Copyright © 2005-2016 Codehaus. All Rights Reserved.