|
OSGi Service Platform Release 4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osgi.service.condpermadmin.BundleLocationCondition
Checks to see if a Bundle matches the given location pattern. Pattern matching is done using FilePermission style patterns.
Method Summary | |
static Condition |
getCondition(Bundle bundle,
ConditionInfo info)
Constructs a condition that tries to match the passed Bundle's location to the location pattern. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Condition getCondition(Bundle bundle, ConditionInfo info)
bundle
- the Bundle being evaluated.info
- the ConditionInfo to construct the condition for. The args of the
ConditionInfo specify the location to match the Bundle
location to. Matching is done according to the patterns documented
in FilePermission.
|
OSGi Service Platform Release 4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |