org.finra.jtaf.core.parsing
Class ScriptParser
java.lang.Object
org.finra.jtaf.core.parsing.ScriptParser
public class ScriptParser
- extends Object
FIXME This is a "just get the job done" implementation. I plan to replace
this class as soon as I get the chance. (I mean... ay ay ay! This is bad!)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptParser
public ScriptParser()
throws ParserConfigurationException
- Throws:
ParserConfigurationException
setDigraph
public void setDigraph(TestDigraph digraph)
setPostParseSuitePlugins
public void setPostParseSuitePlugins(List<IPostParseSuitePlugin> plugins)
setPostParseTestPlugins
public void setPostParseTestPlugins(List<IPostParseTestPlugin> plugins)
setCommandRegistry
public void setCommandRegistry(CommandRegistry commandRegistry)
handleTestSource
public final TestNamespace handleTestSource(File f,
MessageCollector mc)
throws NameFormatException,
SAXException,
IOException,
ParsingException
- Throws:
NameFormatException
SAXException
IOException
ParsingException
processTestSuite
public final TestSuite processTestSuite(Element element,
MessageCollector mc,
String fileName)
throws ParsingException,
NameFormatException
- Throws:
ParsingException
NameFormatException
processTestScript
public final TestScript processTestScript(Element elem,
MessageCollector mc)
throws ParsingException
- Throws:
ParsingException
Copyright © 2014. All rights reserved.