org.jppf.scripting
Class ScriptRunnerFactory
java.lang.Object
org.jppf.scripting.ScriptRunnerFactory
public final class ScriptRunnerFactory
- extends Object
Factory used to instantiate script runners.
- Author:
- Laurent Cohen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
makeScriptRunner
public static ScriptRunner makeScriptRunner(String language)
- Instantiate a script runner based on the specified script language.
- Parameters:
language - the name of the script language to use.
- Returns:
- A
ScriptRunner instance, or null if no known sciprt runner
exists for the specified language.
Copyright © 2005-2010 JPPF Team.