org.apache.felix.framework.resolver
Class ResolveContext
java.lang.Object
org.apache.felix.framework.resolver.ResolveContext
- Direct Known Subclasses:
- ResolveContextImpl
public abstract class ResolveContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolveContext
public ResolveContext()
getMandatoryRevisions
public Collection<BundleRevision> getMandatoryRevisions()
getOptionalRevisions
public Collection<BundleRevision> getOptionalRevisions()
findProviders
public abstract List<BundleCapability> findProviders(BundleRequirement br,
boolean obeyMandatory)
insertHostedCapability
public abstract int insertHostedCapability(List<BundleCapability> caps,
HostedCapability hc)
isEffective
public abstract boolean isEffective(BundleRequirement br)
getWirings
public abstract Map<BundleRevision,BundleWiring> getWirings()
Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.