org.codehaus.mojo.antlr.plan
Class GenerationPlan

java.lang.Object
  extended by org.codehaus.mojo.antlr.plan.GenerationPlan

public class GenerationPlan
extends Object

TODO : javadoc

Author:
Steve Ebersole

Method Summary
 LinkedHashSet getCollectedSuperGrammarIds()
           
 File getGenerationDirectory()
           
 String getId()
           
 File getImportVocabTokenTypesDirectory()
           
 File getSource()
           
 boolean isOutOfDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public String getId()

getSource

public File getSource()

getGenerationDirectory

public File getGenerationDirectory()

getCollectedSuperGrammarIds

public LinkedHashSet getCollectedSuperGrammarIds()

getImportVocabTokenTypesDirectory

public File getImportVocabTokenTypesDirectory()

isOutOfDate

public boolean isOutOfDate()


Copyright © 2004-2014 Codehaus. All Rights Reserved.