org.codehaus.mojo.antlr3
Class CompileAntlr3PluginMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.antlr3.Antlr3PluginMojo
          extended by 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

Field Summary
 
Fields inherited from class org.codehaus.mojo.antlr3.Antlr3PluginMojo
debug, excludes, includes, profile, project, trace
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CompileAntlr3PluginMojo()
           
 
Method Summary
 File getLibDirectory()
           
 File getOutputDirectory()
           
 File getSourceDirectory()
           
 
Methods inherited from class org.codehaus.mojo.antlr3.Antlr3PluginMojo
execute, getIncludesPatterns
 
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

CompileAntlr3PluginMojo

public CompileAntlr3PluginMojo()
Method Detail

getSourceDirectory

public File getSourceDirectory()

getOutputDirectory

public File getOutputDirectory()

getLibDirectory

public File getLibDirectory()


Copyright © 2007-2012 Codehaus. All Rights Reserved.