org.codehaus.mojo.javacc

Class JTBMojo

public class JTBMojo extends AbstractPreprocessorMojo

Deprecated: As of version 2.4, use the jtb-javacc goal instead.

Parses a JTB file and transforms it into source files for an AST and a JavaCC grammar file which automatically builds the AST.

Note: JTB requires Java 1.5 or higher. This goal will not work with earlier versions of the JRE.

Since: 2.2

Version: $Id: JTBMojo.java 7743 2008-09-28 15:22:44Z bentmann $

Author: Gregory Kick (gk5885@kickstyle.net)

UNKNOWN: jtb generate-sources

Method Summary
protected String[]getExcludes()
protected String[]getIncludes()
protected FilegetOutputDirectory()
protected FilegetSourceDirectory()
protected intgetStaleMillis()
protected FilegetTimestampDirectory()
protected voidprocessGrammar(GrammarInfo grammarInfo)

Method Detail

getExcludes

protected String[] getExcludes()
{@inheritDoc }

getIncludes

protected String[] getIncludes()
{@inheritDoc }

getOutputDirectory

protected File getOutputDirectory()
{@inheritDoc }

getSourceDirectory

protected File getSourceDirectory()
{@inheritDoc }

getStaleMillis

protected int getStaleMillis()
{@inheritDoc }

getTimestampDirectory

protected File getTimestampDirectory()
{@inheritDoc }

processGrammar

protected void processGrammar(GrammarInfo grammarInfo)
{@inheritDoc }
Copyright © 2005-2010 Codehaus. All Rights Reserved.