Package | Description |
---|---|
org.osgi.service.condpermadmin |
Conditional Permission Admin Package Version 1.1.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Condition |
BundleSignerCondition.getCondition(Bundle bundle,
ConditionInfo info)
Constructs a Condition that tries to match the passed Bundle's location
to the location pattern.
|
static Condition |
BundleLocationCondition.getCondition(Bundle bundle,
ConditionInfo info)
Constructs a condition that tries to match the passed Bundle's location
to the location pattern.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Condition.isSatisfied(Condition[] conditions,
java.util.Dictionary<java.lang.Object,java.lang.Object> context)
Returns whether the specified set of Condition objects are satisfied.
|
Copyright © OSGi Alliance (2000, 2020). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0