org.apache.felix.framework.resolver
Interface Resolver.ResolverState
- All Known Implementing Classes:
- FelixResolverState
- Enclosing interface:
- Resolver
public static interface Resolver.ResolverState
getCandidates
java.util.Set<Capability> getCandidates(Module module,
Requirement req,
boolean obeyMandatory)
checkExecutionEnvironment
void checkExecutionEnvironment(Module module)
throws ResolveException
- Throws:
ResolveException
checkNativeLibraries
void checkNativeLibraries(Module module)
throws ResolveException
- Throws:
ResolveException
Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.