org.finra.jtaf.core.parsing
Class CommandLibraryParser
java.lang.Object
org.finra.jtaf.core.parsing.CommandLibraryParser
public class CommandLibraryParser
- extends Object
The class is responsible for discovering and parsing commands.xml files from
the classpath and under the project folder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLibraryParser
public CommandLibraryParser()
throws ParserConfigurationException
- Throws:
ParserConfigurationException
setAutomationClassLoader
public void setAutomationClassLoader(IAutomationClassLoader automationClassLoader)
parseCommandLibraries
public CommandRegistry parseCommandLibraries(CommandRegistry commandRegistry,
File additionalLibrarySource,
MessageCollector mc)
throws NameFormatException,
NameCollisionException,
SAXException,
IOException,
ParsingException,
URISyntaxException
- Throws:
NameFormatException
NameCollisionException
SAXException
IOException
ParsingException
URISyntaxException
readLibrary
public final List<InvocationTarget> readLibrary(MessageCollector mc,
InputStream is,
String description)
Copyright © 2014. All rights reserved.