protected static class Activator.BundleScriptEngineResolver extends Object implements Activator.ScriptEngineResolver
Modifier and Type | Field and Description |
---|---|
protected org.osgi.framework.Bundle |
bundle |
Constructor and Description |
---|
BundleScriptEngineResolver(org.osgi.framework.Bundle bundle,
URL configFile) |
Modifier and Type | Method and Description |
---|---|
void |
register() |
ScriptEngine |
resolveScriptEngine(String name) |
String |
toString() |
void |
unregister() |
public BundleScriptEngineResolver(org.osgi.framework.Bundle bundle, URL configFile)
public void register()
public void unregister()
public ScriptEngine resolveScriptEngine(String name)
resolveScriptEngine
in interface Activator.ScriptEngineResolver
Apache Camel