org.apache.felix.framework.resolver
Interface Resolver.ResolverState
- Enclosing interface:
- Resolver
public static interface Resolver.ResolverState
isEffective
boolean isEffective(BundleRequirement req)
getCandidates
java.util.SortedSet<BundleCapability> getCandidates(BundleRequirement req,
boolean obeyMandatory)
checkExecutionEnvironment
void checkExecutionEnvironment(BundleRevision revision)
throws ResolveException
- Throws:
ResolveException
checkNativeLibraries
void checkNativeLibraries(BundleRevision revision)
throws ResolveException
- Throws:
ResolveException
Copyright © 2012. All Rights Reserved.