public class DeploymentAdminConfig extends Object
Constructor and Description |
---|
DeploymentAdminConfig(org.osgi.framework.BundleContext context)
Creates a new
DeploymentAdminConfig instance with the default settings. |
Modifier and Type | Method and Description |
---|---|
boolean |
isAllowForeignCustomizers() |
boolean |
isStopUnaffectedBundles() |
public DeploymentAdminConfig(org.osgi.framework.BundleContext context)
DeploymentAdminConfig
instance with the default settings.public boolean isAllowForeignCustomizers()
true
if foreign customizers (that are not part of a DP) are allowed, false
if
all customizers should be provided by this or an earlier DP.public boolean isStopUnaffectedBundles()
true
if all bundles should be stopped during the installation of a DP, false
if
only affected bundles should be stopped.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.