public class BundleScriptEngineResolver extends Object implements ScriptEngineResolver
| Constructor and Description |
|---|
BundleScriptEngineResolver(org.osgi.framework.Bundle bundle,
URL configFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
register() |
ScriptEngine |
resolveScriptEngine(String name)
Tries to find a script engine matching the given name.s
|
String |
toString() |
void |
unregister() |
public BundleScriptEngineResolver(org.osgi.framework.Bundle bundle,
URL configFile)
public void register()
public void unregister()
public ScriptEngine resolveScriptEngine(String name)
ScriptEngineResolverresolveScriptEngine in interface ScriptEngineResolverScriptEngine which matches the name or null if none
could be found.Copyright © 2017 camunda services GmbH. All rights reserved.