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 voidResolveContextImpl. checkNativeLibraries(BundleRevision rev)(package private) voidStatefulResolver. checkNativeLibraries(BundleRevision revision)private voidStatefulResolver. markResolvedRevisions(java.util.Map<BundleRevision,java.util.List<ResolverWire>> wireMap)(package private) voidStatefulResolver. resolve(java.util.Set<BundleRevision> mandatory, java.util.Set<BundleRevision> optional)(package private) BundleRevisionStatefulResolver. 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 ResolveExceptionCandidates. getResolveException(BundleRevision revision)private ResolveExceptionCandidates. 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 voidCandidates. 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 booleanCandidates. populateFragmentOndemand(ResolveContext rc, BundleRevision revision)private voidCandidates. remove(BundleCapability c, java.util.Set<BundleRevision> unresolvedRevisions)Removes a capability from the internal data structures.private voidCandidates. 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.
-