|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.EscObject
org.eclipse.soda.dk.script.ScriptManager
public class ScriptManager
| Field Summary | |
|---|---|
static ScriptManager |
Instance
Define the instance (ScriptManagerService) constant. |
java.lang.Class |
scriptClass
Define the script class (Class) field. |
protected java.util.Map |
scriptTypes
Define the script types (Map) field. |
| Constructor Summary | |
|---|---|
ScriptManager()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
FilterScriptService |
createFilterScript(java.lang.String scriptSource,
java.lang.String scriptType)
Create filter script with the specified script source parameter and return the FilterScriptService result. |
ScriptService |
createScript(java.lang.String scriptSource,
java.lang.String scriptType)
Create script with the specified script source parameter and return the ScriptService result. |
static ScriptManager |
getInstance()
Gets the instance (ScriptManager) value. |
java.lang.Class |
getScriptClass()
Gets the script class (Class) value. |
java.util.Map |
getScriptTypes()
Gets the script types (Map) value. |
void |
setScriptClass(java.lang.Class scriptClass)
Sets the script class value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static ScriptManager Instance
public java.lang.Class scriptClass
protected java.util.Map scriptTypes
| Constructor Detail |
|---|
public ScriptManager()
| Method Detail |
|---|
public static ScriptManager getInstance()
ScriptManagerService) value.
public FilterScriptService createFilterScript(java.lang.String scriptSource,
java.lang.String scriptType)
createFilterScript in interface ScriptManagerServicescriptSource - The script source (String) parameter.scriptType - The script type (String) parameter.
FilterScriptService) value.
public ScriptService createScript(java.lang.String scriptSource,
java.lang.String scriptType)
createScript in interface ScriptManagerServicescriptSource - The script source (String) parameter.scriptType - The script type (String) parameter.
ScriptService) value.createFilterScript(String,String)public java.lang.Class getScriptClass()
Class) value.setScriptClass(Class)public java.util.Map getScriptTypes()
Map) value.public void setScriptClass(java.lang.Class scriptClass)
scriptClass - The script class (Class) parameter.getScriptClass()
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||