public class JavaClasspathExecutionEngine extends Object
| Constructor and Description |
|---|
JavaClasspathExecutionEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepare(Strategy inStrategy,
String inProcessedScript)
Prepares the
ExecutionEngine to execute the given Strategy. |
Object |
start()
Starts the execution of the
Strategy. |
void |
stop()
Stops the execution of the
Strategy. |
public void prepare(Strategy inStrategy, String inProcessedScript) throws StrategyException
ExecutionEngine to execute the given Strategy.inStrategy - a Strategy valueinProcessedScript - a String value containing the actual text of the strategy to executeStrategyException - if an error occurspublic Object start() throws StrategyException
Strategy.Object containing a reference to the Strategy being executedStrategyException - if an error occurspublic void stop()
throws StrategyException
Strategy.StrategyException - if an error occursCopyright © 2020. All rights reserved.