| Package | Description |
|---|---|
| org.apache.felix.bundlerepository | |
| org.apache.felix.bundlerepository.impl |
| Modifier and Type | Method and 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReasonImpl |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<Resource,java.util.List<Reason>> |
ResolverImpl.m_reasonMap |
private java.util.Set<Reason> |
ResolverImpl.m_unsatisfiedSet |
| Modifier and Type | Method and Description |
|---|---|
Reason[] |
ResolverImpl.getReason(Resource resource) |
Reason[] |
ResolverImpl.getUnsatisfiedRequirements() |