org.codehaus.mojo.antlr3
Class CompileAntlr3PluginMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.antlr3.Antlr3PluginMojo
org.codehaus.mojo.antlr3.CompileAntlr3PluginMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class CompileAntlr3PluginMojo
- extends Antlr3PluginMojo
Generate source code from ANTLRv3 grammar specifications.
- Author:
- Kenny MacDermid
- Is defined by the goal name:
- antlr
- Is bound to the specified phase of the standard build lifecycle:
- generate-sources
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompileAntlr3PluginMojo
public CompileAntlr3PluginMojo()
getSourceDirectory
public File getSourceDirectory()
getOutputDirectory
public File getOutputDirectory()
getLibDirectory
public File getLibDirectory()
Copyright © 2007-2008 Codehaus. All Rights Reserved.