public class ScriptEngineBundleScanner extends Object
Bundles for ScriptEngineFactorys and if they are
found they are published as BundleScriptEngineResolver services.| Constructor and Description |
|---|
ScriptEngineBundleScanner() |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
addBundle(org.osgi.framework.Bundle bundle) |
Map<Long,List<BundleScriptEngineResolver>> |
getResolvers() |
void |
modifiedBundle(org.osgi.framework.Bundle bundle) |
protected void |
registerScriptEngines(org.osgi.framework.Bundle bundle,
List<BundleScriptEngineResolver> resolvers) |
void |
removedBundle(org.osgi.framework.Bundle bundle) |
public org.osgi.framework.Bundle addBundle(org.osgi.framework.Bundle bundle)
public void modifiedBundle(org.osgi.framework.Bundle bundle)
public void removedBundle(org.osgi.framework.Bundle bundle)
protected void registerScriptEngines(org.osgi.framework.Bundle bundle,
List<BundleScriptEngineResolver> resolvers)
public Map<Long,List<BundleScriptEngineResolver>> getResolvers()
Copyright © 2017 camunda services GmbH. All rights reserved.