public static interface Resolver.ResolverState
Modifier and Type | Method and Description |
---|---|
void |
checkExecutionEnvironment(BundleRevision revision) |
void |
checkNativeLibraries(BundleRevision revision) |
SortedSet<BundleCapability> |
getCandidates(BundleRequirement req,
boolean obeyMandatory) |
boolean |
isEffective(BundleRequirement req) |
boolean isEffective(BundleRequirement req)
SortedSet<BundleCapability> getCandidates(BundleRequirement req, boolean obeyMandatory)
void checkExecutionEnvironment(BundleRevision revision) throws ResolveException
ResolveException
void checkNativeLibraries(BundleRevision revision) throws ResolveException
ResolveException
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.