|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.finra.jtaf.core.AutomationEngine
public class AutomationEngine
Singleton class that serves as the front end for the rest of the engine's components. All of its subcomponents are instantiated from a Spring factory.
Field Summary | |
---|---|
static org.apache.log4j.Logger |
logger
|
MessageCollector |
mc
|
Method Summary | |
---|---|
void |
buildModel(File librarySource,
File testSource)
Builds test model from the specified test library folder and test scripts folder. |
CommandRegistry |
getCommandRegistry()
Gets the command registry |
static AutomationEngine |
getInstance()
Singleton accessor method. |
Interpreter |
getInterpreter()
Gets the test interpreter. |
PluginManager |
getPluginManager()
Gets the plugin manager |
ScriptParser |
getScriptParser()
Gets the script parser. |
TestAgenda |
getTestAgenda()
Gets the test agenda or the strategy object. |
TestDigraph |
getTestDigraph()
Gets the digraph of tests. |
TestNamespace |
getTestRoot()
Gets the test root. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.log4j.Logger logger
public MessageCollector mc
Method Detail |
---|
public static final AutomationEngine getInstance()
public final TestNamespace getTestRoot()
public final void buildModel(File librarySource, File testSource)
librarySource
- testSource
- public TestAgenda getTestAgenda()
public final Interpreter getInterpreter()
public PluginManager getPluginManager()
public final TestDigraph getTestDigraph()
public CommandRegistry getCommandRegistry()
public ScriptParser getScriptParser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |