| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.resolver | |
| org.apache.felix.framework.util | |
| org.apache.felix.framework.util.manifestparser | |
| org.apache.felix.framework.wiring | |
| org.osgi.framework.hooks.resolver |
Framework Resolver Hooks Package Version 1.0.
|
| org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<BundleRequirement> |
BundleRevisionImpl.m_declaredReqs |
private java.util.List<BundleRequirement> |
BundleWiringImpl.m_resolvedReqs |
private java.util.List<BundleRequirement> |
BundleWiringImpl.m_wovenReqs |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BundleRequirement> |
BundleRevisionImpl.getDeclaredRequirements(java.lang.String namespace) |
java.util.List<BundleRequirement> |
BundleWiringImpl.getRequirements(java.lang.String namespace) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
StatefulResolver.filteredBySecurity(BundleRequirement req,
BundleCapability cap) |
(package private) java.util.List<BundleCapability> |
StatefulResolver.findProviders(BundleRequirement req,
boolean obeyMandatory) |
| Modifier and Type | Field and Description |
|---|---|
private BundleRequirement |
ResolveException.m_req |
| Modifier and Type | Method and Description |
|---|---|
BundleRequirement |
ResolveException.getRequirement() |
| Constructor and Description |
|---|
ResolveException(java.lang.String msg,
BundleRevision revision,
BundleRequirement req)
Constructs an instance of
ResolveException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<BundleRequirement> |
Util.getDynamicRequirements(java.util.List<BundleRequirement> reqs) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecureAction.invokeResolverHookMatches(ResolverHook rh,
BundleRequirement req,
java.util.Collection<BundleCapability> candidates) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<BundleRequirement> |
Util.getDynamicRequirements(java.util.List<BundleRequirement> reqs) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<BundleRequirement> |
ManifestParser.m_requirements |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<BundleRequirement> |
ManifestParser.convertImports(java.util.List<ParsedHeaderClause> clauses,
BundleRevision owner) |
(package private) static java.util.List<BundleRequirement> |
ManifestParser.convertNativeCode(BundleRevision owner,
java.util.List<NativeLibraryClause> nativeLibraryClauses,
boolean hasOptionalLibraryDirective) |
private static java.util.List<BundleRequirement> |
ManifestParser.convertRequireCapabilities(java.util.List<ParsedHeaderClause> clauses,
BundleRevision owner) |
java.util.List<BundleRequirement> |
ManifestParser.getRequirements() |
private static java.util.List<BundleRequirement> |
ManifestParser.parseBreeHeader(java.lang.String header,
BundleRevision owner) |
static java.util.List<BundleRequirement> |
ManifestParser.parseDynamicImportHeader(Logger logger,
BundleRevision owner,
java.lang.String header) |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleRequirementImpl |
| Modifier and Type | Field and Description |
|---|---|
private BundleRequirement |
BundleWireImpl.m_req |
| Modifier and Type | Method and Description |
|---|---|
BundleRequirement |
BundleWireImpl.getRequirement() |
| Constructor and Description |
|---|
BundleWireImpl(BundleRevision requirer,
BundleRequirement req,
BundleRevision provider,
BundleCapability cap) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolverHook.filterMatches(BundleRequirement requirement,
java.util.Collection<BundleCapability> candidates)
Filter matches hook method.
|
| Modifier and Type | Method and Description |
|---|---|
BundleRequirement |
BundleWire.getRequirement()
Return the
BundleRequirement for this wire. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BundleRequirement> |
BundleRevision.getDeclaredRequirements(java.lang.String namespace)
Returns the requirements declared by this bundle revision.
|
java.util.List<BundleRequirement> |
BundleWiring.getRequirements(java.lang.String namespace)
Returns the requirements of this bundle wiring.
|