Package org.osgi.service.condpermadmin

The OSGi Conditional Permission Admin Specification Version 1.0.

See:
          Description

Interface Summary
Condition The interface implemented by a Condition.
ConditionalPermissionAdmin Framework service to administer Conditional Permissions.
ConditionalPermissionInfo A binding of a set of Conditions to a set of Permissions.
 

Class Summary
BundleLocationCondition Condition to test if the location of a bundle matches a pattern.
BundleSignerCondition  
ConditionInfo Condition representation used by the Conditional Permission Admin service.
 

Package org.osgi.service.condpermadmin Description

The OSGi Conditional Permission Admin Specification Version 1.0.

Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:

Import-Package: org.osgi.service.condpermadmin; version=1.0