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
Methods in org.apache.felix.bundlerepository.impl that return Reason Modifier and Type Method Description Reason[]
ResolverImpl. getReason(Resource resource)
Reason[]
ResolverImpl. getUnsatisfiedRequirements()
-