public abstract class AbstractScriptExecutor extends AbstractResourceExecutor implements IScriptEngineExecutor
| Constructor and Description |
|---|
AbstractScriptExecutor() |
| Modifier and Type | Method and Description |
|---|---|
static ResourcePath |
generateResourcePath(String module,
String[] moduleExtensions)
Generate resource path.
|
protected ResourcePath |
getResourcePath(String module,
String... moduleExtensions)
Gets the resource path.
|
Module |
retrieveModule(String root,
String module)
Retrieve module.
|
Module |
retrieveModule(String root,
String module,
String extension)
Retrieve module.
|
createResourcePath, createResourcePath, existResource, existResource, getCollection, getRepository, getResource, getResource, getResourceContent, getResourceContentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteServiceCode, executeServiceModulegetName, getTypepublic Module retrieveModule(String root, String module) throws RepositoryException
IScriptEngineExecutorretrieveModule in interface IScriptEngineExecutorroot - the rootmodule - the moduleRepositoryException - the repository exceptionpublic Module retrieveModule(String root, String module, String extension) throws RepositoryException
IScriptEngineExecutorretrieveModule in interface IScriptEngineExecutorroot - the rootmodule - the moduleextension - the extensionRepositoryException - the repository exceptionprotected ResourcePath getResourcePath(String module, String... moduleExtensions)
module - the modulemoduleExtensions - the module extensionspublic static ResourcePath generateResourcePath(String module, String[] moduleExtensions)
module - the modulemoduleExtensions - the module extensionsCopyright © 2010–2018 Eclipse Foundation. All rights reserved.