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 TypeMethodDescriptionvoid
ResolveContextImpl.checkNativeLibraries
(BundleRevision rev) (package private) void
StatefulResolver.checkNativeLibraries
(BundleRevision revision) private void
StatefulResolver.markResolvedRevisions
(Map<BundleRevision, List<ResolverWire>> wireMap) (package private) void
StatefulResolver.resolve
(Set<BundleRevision> mandatory, Set<BundleRevision> optional) (package private) BundleRevision
StatefulResolver.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 ResolveException
Candidates.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 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 ResolveExceptionModifier and TypeMethodDescriptionprivate boolean
Candidates.populateFragmentOndemand
(ResolveContext rc, BundleRevision revision) private void
Candidates.remove
(BundleCapability c, Set<BundleRevision> unresolvedRevisions) Removes a capability from the internal data structures.private void
Candidates.remove
(BundleRevision br, Set<BundleRevision> unresolvedRevisions) Removes the specified module from the internal data structures, which involves removing its requirements and its capabilities.