org.codehaus.mojo.antlr.proxy
Class Tool

java.lang.Object
  extended by org.codehaus.mojo.antlr.proxy.Tool

public class Tool
extends Object

TODO : javadoc

Author:
Steve Ebersole

Constructor Summary
Tool(Environment environment, Helper helper)
           
 
Method Summary
 Object getAntlrTool()
           
 Environment getEnvironment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tool

public Tool(Environment environment,
            Helper helper)
     throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException
Method Detail

getAntlrTool

public Object getAntlrTool()

getEnvironment

public Environment getEnvironment()


Copyright © 2004-2011 Codehaus. All Rights Reserved.