Uses of Class
org.apache.felix.framework.resolver.ResolveException
-
Packages that use ResolveException Package Description org.apache.felix.framework org.apache.felix.framework.resolver -
-
Uses of ResolveException in org.apache.felix.framework
Methods in org.apache.felix.framework that throw ResolveException Modifier and Type Method Description void
ResolveContextImpl. checkNativeLibraries(BundleRevision rev)
(package private) void
StatefulResolver. checkNativeLibraries(BundleRevision revision)
private void
StatefulResolver. markResolvedRevisions(java.util.Map<BundleRevision,java.util.List<ResolverWire>> wireMap)
(package private) void
StatefulResolver. resolve(java.util.Set<BundleRevision> mandatory, java.util.Set<BundleRevision> optional)
(package private) BundleRevision
StatefulResolver. resolve(BundleRevision revision, java.lang.String pkgName)
-
Uses of ResolveException in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return ResolveException Modifier and Type Method Description ResolveException
Candidates. getResolveException(BundleRevision revision)
private ResolveException
Candidates. processCandidates(ResolveContext rc, BundleRevision revision, java.util.List<BundleCapability> candidates)
This method performs common processing on the given set of candidates.Methods in org.apache.felix.framework.resolver with parameters of type ResolveException Modifier and Type Method Description private void
Candidates. removeRevision(BundleRevision revision, ResolveException ex)
Removes a module from the internal data structures if it wasn't selected as a fragment or a singleton.Methods in org.apache.felix.framework.resolver that throw ResolveException Modifier and Type Method Description private boolean
Candidates. populateFragmentOndemand(ResolveContext rc, BundleRevision revision)
private void
Candidates. remove(BundleCapability c, java.util.Set<BundleRevision> unresolvedRevisions)
Removes a capability from the internal data structures.private void
Candidates. remove(BundleRevision br, java.util.Set<BundleRevision> unresolvedRevisions)
Removes the specified module from the internal data structures, which involves removing its requirements and its capabilities.
-