Uses of Interface
org.osgi.service.condpermadmin.Condition
-
Packages that use Condition Package Description org.osgi.service.condpermadmin Conditional Permission Admin Package Version 1.1. -
-
Uses of Condition in org.osgi.service.condpermadmin
Classes in org.osgi.service.condpermadmin that implement Condition Modifier and Type Class Description (package private) classBooleanConditionFields in org.osgi.service.condpermadmin declared as Condition Modifier and Type Field Description static ConditionCondition. FALSEA Condition object that will always evaluate to false and that is never postponed.static ConditionCondition. TRUEA Condition object that will always evaluate to true and that is never postponed.Methods in org.osgi.service.condpermadmin that return Condition Modifier and Type Method Description static ConditionBundleLocationCondition. getCondition(Bundle bundle, ConditionInfo info)Constructs a condition that tries to match the passed Bundle's location to the location pattern.static ConditionBundleSignerCondition. 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 Modifier and Type Method Description booleanBooleanCondition. isSatisfied(Condition[] conds, java.util.Dictionary<java.lang.Object,java.lang.Object> context)booleanCondition. isSatisfied(Condition[] conditions, java.util.Dictionary<java.lang.Object,java.lang.Object> context)Returns whether the specified set of Condition objects are satisfied.
-