Uses of Interface
org.osgi.service.condpermadmin.Condition

Packages that use Condition
org.eclipse.osgi.framework.internal.core   
org.osgi.service.condpermadmin   
 

Uses of Condition in org.eclipse.osgi.framework.internal.core
 

Fields in org.eclipse.osgi.framework.internal.core declared as Condition
static Condition[] ConditionalPermissionAdminImpl.EMPTY_COND
           
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type Condition
ConditionalPermissionSet(AbstractBundle bundle, ConditionalPermissionInfoImpl[] cpis, Condition[] neededConditions)
          Construct a new ConditionalPermission set with an initial set of permissions.
 

Uses of Condition in org.osgi.service.condpermadmin
 

Fields in org.osgi.service.condpermadmin declared as Condition
static Condition Condition.FALSE
          A Condition object that will always evaluate to false and that is never postponed.
static Condition Condition.TRUE
          A Condition object that will always evaluate to true and that is never postponed.
 

Methods in org.osgi.service.condpermadmin that return Condition
static Condition BundleLocationCondition.getCondition(Bundle bundle, ConditionInfo info)
          Constructs a condition that tries to match the passed Bundle's location to the location pattern.
static Condition BundleSignerCondition.getCondition(Bundle bundle, ConditionInfo info)
          Constructs a Condition that tries to match the passed Bundle's location to the location pattern.
 

Methods in org.osgi.service.condpermadmin with parameters of type Condition
 boolean Condition.isSatisfied(Condition[] conditions, java.util.Dictionary context)
          Returns whether a the set of Conditions are satisfied.