Uses of Interface
org.apache.felix.bundlerepository.Reason
-
Packages that use Reason Package Description org.apache.felix.bundlerepository org.apache.felix.bundlerepository.impl -
-
Uses of Reason in org.apache.felix.bundlerepository
Methods in org.apache.felix.bundlerepository that return Reason Modifier and Type Method Description Reason[]
Resolver. getReason(Resource resource)
List of reasons why a resource has been included either as a mandatory or optional resource during the resolution.Reason[]
Resolver. getUnsatisfiedRequirements()
List of requirements that could not be satisfied during the resolution -
Uses of Reason in org.apache.felix.bundlerepository.impl
Classes in org.apache.felix.bundlerepository.impl that implement Reason Modifier and Type Class Description class
ReasonImpl
Fields in org.apache.felix.bundlerepository.impl with type parameters of type Reason Modifier and Type Field Description private java.util.Map<Resource,java.util.List<Reason>>
ResolverImpl. m_reasonMap
private java.util.Set<Reason>
ResolverImpl. m_unsatisfiedSet
Methods in org.apache.felix.bundlerepository.impl that return Reason Modifier and Type Method Description Reason[]
ResolverImpl. getReason(Resource resource)
Reason[]
ResolverImpl. getUnsatisfiedRequirements()
-