org.jppf.scripting
Class ScriptRunnerFactory

java.lang.Object
  extended by org.jppf.scripting.ScriptRunnerFactory

public final class ScriptRunnerFactory
extends Object

Factory used to instantiate script runners.

Author:
Laurent Cohen

Method Summary
static ScriptRunner makeScriptRunner(String language)
          Instantiate a script runner based on the specified script language.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.