org.codehaus.mojo.antlr.plan
Class GenerationPlan

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

public class GenerationPlan
extends java.lang.Object

TODO : javadoc

Author:
Steve Ebersole

Method Summary
 java.util.LinkedHashSet getCollectedSuperGrammarIds()
           
 java.io.File getGenerationDirectory()
           
 java.lang.String getId()
           
 java.io.File getImportVocabTokenTypesDirectory()
           
 java.io.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 java.lang.String getId()

getSource

public java.io.File getSource()

getGenerationDirectory

public java.io.File getGenerationDirectory()

getCollectedSuperGrammarIds

public java.util.LinkedHashSet getCollectedSuperGrammarIds()

getImportVocabTokenTypesDirectory

public java.io.File getImportVocabTokenTypesDirectory()

isOutOfDate

public boolean isOutOfDate()


Copyright © 2004-2011 Codehaus. All Rights Reserved.