S
- the script interfacepublic class ActiveScripts<S>
extends java.lang.Object
Constructor and Description |
---|
ActiveScripts(ScriptWrapper<S> scriptWrapper) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getActiveEncodedScriptFile(java.lang.Object key)
Return the active script file for an encoded script key.
|
ScriptSource |
getActiveEncodedScriptSource(java.lang.Object key)
Return the active script source for an encoded script key.
|
java.io.File |
getActiveScriptFile(java.lang.String name)
Return the active script file for an effective script name (including the extension).
|
java.io.File |
getActiveScriptFileByBody(java.lang.String name)
Return the active script file for an effective script name body (without the extension).
|
ScriptSource |
getActiveScriptSource(java.lang.String name)
Return the active script source for an effective script name (including the extension).
|
S |
getScript() |
java.lang.Object |
getScript(java.io.File file)
Return the script for an script file.
|
java.lang.Object |
getScript(java.lang.String name)
Return the script for an script name body (without the extension).
|
ScriptWrapper<S> |
getScriptWrapper() |
boolean |
hasActiveScriptFile(java.lang.String name)
Return true if there is an active script file for an effective script name.
|
public ActiveScripts(ScriptWrapper<S> scriptWrapper)
public ScriptWrapper<S> getScriptWrapper()
public S getScript()
public java.io.File getActiveEncodedScriptFile(java.lang.Object key)
key
- the encoded script keypublic ScriptSource getActiveEncodedScriptSource(java.lang.Object key)
key
- the encoded script keypublic java.io.File getActiveScriptFileByBody(java.lang.String name)
name
- the script namepublic java.io.File getActiveScriptFile(java.lang.String name)
name
- the script namepublic boolean hasActiveScriptFile(java.lang.String name)
name
- the script namepublic ScriptSource getActiveScriptSource(java.lang.String name)
name
- the script namepublic java.lang.Object getScript(java.lang.String name)
name
- the script namepublic java.lang.Object getScript(java.io.File file)
file
- the script fileCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence