Uses of Class
org.apache.felix.resolver.ResolutionError
Packages that use ResolutionError
-
Uses of ResolutionError in org.apache.felix.resolver
Subclasses of ResolutionError in org.apache.felix.resolverModifier and TypeClassDescription(package private) static class(package private) static class(package private) static classprivate static final classFields in org.apache.felix.resolver declared as ResolutionErrorModifier and TypeFieldDescriptionprivate final ResolutionErrorCandidates.MissingRequirementError.cause(package private) ResolutionErrorCandidates.PopulateResult.errorMethods in org.apache.felix.resolver that return ResolutionErrorModifier and TypeMethodDescriptionprivate ResolutionErrorResolverImpl.checkConsistency(Executor executor, ResolverImpl.ResolveSession session, List<Candidates> usesPermutations, List<Candidates> importPermutations, Candidates allCandidates, Map<org.osgi.resource.Resource, ResolutionError> currentFaultyResources, Map<org.osgi.resource.Resource, org.osgi.resource.Resource> hosts, boolean dynamic) private ResolutionErrorResolverImpl.checkPackageSpaceConsistency(ResolverImpl.ResolveSession session, List<Candidates> usesPermutations, List<Candidates> importPermutations, org.osgi.resource.Resource resource, Candidates allCandidates, boolean dynamic, Map<org.osgi.resource.Resource, ResolverImpl.Packages> resourcePkgMap, Map<org.osgi.resource.Resource, Object> resultCache) (package private) ResolutionErrorCandidates.checkSubstitutes(List<Candidates> importPermutations) Candidates.getResolutionError(org.osgi.resource.Resource resource) Candidates.populate(ResolveContext rc, Collection<org.osgi.resource.Resource> resources) Candidates.populateDynamic(ResolveContext rc, org.osgi.resource.Resource resource, org.osgi.resource.Requirement req, List<org.osgi.resource.Capability> candidates) Candidates.prepare(ResolveContext rc) Merges fragments into their hosts.private ResolutionErrorCandidates.processCandidates(ResolveContext rc, LinkedList<org.osgi.resource.Resource> toPopulate, org.osgi.resource.Requirement req, List<org.osgi.resource.Capability> candidates) Methods in org.apache.felix.resolver with parameters of type ResolutionErrorModifier and TypeMethodDescriptionvoidLogger.logUsesConstraintViolation(org.osgi.resource.Resource resource, ResolutionError error) private voidCandidates.removeResource(org.osgi.resource.Resource resource, ResolutionError ex) Removes a module from the internal data structures if it wasn't selected as a fragment or a singleton.Method parameters in org.apache.felix.resolver with type arguments of type ResolutionErrorModifier and TypeMethodDescriptionprivate ResolutionErrorResolverImpl.checkConsistency(Executor executor, ResolverImpl.ResolveSession session, List<Candidates> usesPermutations, List<Candidates> importPermutations, Candidates allCandidates, Map<org.osgi.resource.Resource, ResolutionError> currentFaultyResources, Map<org.osgi.resource.Resource, org.osgi.resource.Resource> hosts, boolean dynamic) Constructors in org.apache.felix.resolver with parameters of type ResolutionErrorModifierConstructorDescriptionMissingRequirementError(org.osgi.resource.Requirement requirement, ResolutionError cause)