Uses of Class
org.apache.felix.framework.resolver.ResolveException
Packages that use ResolveException
-
Uses of ResolveException in org.apache.felix.framework
Methods in org.apache.felix.framework that throw ResolveExceptionModifier and TypeMethodDescriptionvoidResolveContextImpl.checkNativeLibraries(BundleRevision rev) (package private) voidStatefulResolver.checkNativeLibraries(BundleRevision revision) private voidStatefulResolver.markResolvedRevisions(Map<BundleRevision, List<ResolverWire>> wireMap) (package private) voidStatefulResolver.resolve(Set<BundleRevision> mandatory, Set<BundleRevision> optional) (package private) BundleRevisionStatefulResolver.resolve(BundleRevision revision, String pkgName) -
Uses of ResolveException in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return ResolveExceptionModifier and TypeMethodDescriptionCandidates.getResolveException(BundleRevision revision) private ResolveExceptionCandidates.processCandidates(ResolveContext rc, BundleRevision revision, 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 ResolveExceptionModifier and TypeMethodDescriptionprivate 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 ResolveExceptionModifier and TypeMethodDescriptionprivate booleanCandidates.populateFragmentOndemand(ResolveContext rc, BundleRevision revision) private voidCandidates.remove(BundleCapability c, Set<BundleRevision> unresolvedRevisions) Removes a capability from the internal data structures.private voidCandidates.remove(BundleRevision br, Set<BundleRevision> unresolvedRevisions) Removes the specified module from the internal data structures, which involves removing its requirements and its capabilities.