fr.umlv.tatoo.cc.lexer.main
Class LexerBatch

java.lang.Object
  extended by fr.umlv.tatoo.cc.lexer.main.LexerBatch

public class LexerBatch
extends Object


Constructor Summary
LexerBatch()
           
 
Method Summary
 LexerXMLDigester digest(List<? extends File> lexerFiles, boolean validating, RuleFactory factory, Encoding charset)
           
 void execute(LexerBean bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexerBatch

public LexerBatch()
Method Detail

digest

public LexerXMLDigester digest(List<? extends File> lexerFiles,
                               boolean validating,
                               RuleFactory factory,
                               Encoding charset)
                        throws IOException,
                               ParserConfigurationException,
                               SAXException
Throws:
IOException
ParserConfigurationException
SAXException

execute

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