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:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class CompileAntlr3PluginMojo
- extends Antlr3PluginMojo
Generate source code from ANTLRv3 grammar specifications.
- Author:
- Kenny MacDermid
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
CompileAntlr3PluginMojo
public CompileAntlr3PluginMojo()
getSourceDirectory
public File getSourceDirectory()
getOutputDirectory
public File getOutputDirectory()
getLibDirectory
public File getLibDirectory()
Copyright © 2007-2012 Codehaus. All Rights Reserved.