fr.umlv.tatoo.cc.tools.main
Class ToolsBatch

java.lang.Object
  extended by fr.umlv.tatoo.cc.tools.main.ToolsBatch

public class ToolsBatch
extends Object


Constructor Summary
ToolsBatch()
           
 
Method Summary
 ToolXMLDigester digest(List<? extends File> toolFiles, boolean validating, RuleFactory lexerFactory, GrammarFactory grammarFactory, ToolsFactory toolsFactory)
           
 void execute(ToolsBean bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolsBatch

public ToolsBatch()
Method Detail

digest

public ToolXMLDigester digest(List<? extends File> toolFiles,
                              boolean validating,
                              RuleFactory lexerFactory,
                              GrammarFactory grammarFactory,
                              ToolsFactory toolsFactory)
                       throws IOException,
                              ParserConfigurationException,
                              SAXException
Throws:
IOException
ParserConfigurationException
SAXException

execute

public void execute(ToolsBean bean)
             throws IOException,
                    ParserConfigurationException,
                    SAXException
Throws:
IOException
ParserConfigurationException
SAXException