Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.resolver | |
org.apache.felix.framework.wiring | |
org.osgi.framework.wiring | |
org.osgi.resource |
Modifier and Type | Method and Description |
---|---|
List<Requirement> |
BundleRevisionImpl.getRequirements(String namespace) |
List<Requirement> |
BundleWiringImpl.getResourceRequirements(String namespace) |
Modifier and Type | Class and Description |
---|---|
class |
WrappedRequirement |
Modifier and Type | Class and Description |
---|---|
class |
BundleRequirementImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
BundleRequirement
A requirement that has been declared from a
bundle
revision . |
Modifier and Type | Method and Description |
---|---|
List<Requirement> |
BundleRevision.getRequirements(String namespace)
Returns the requirements declared by this bundle resource.
|
List<Requirement> |
BundleWiring.getResourceRequirements(String namespace)
Returns the requirements of this wiring.
|
Modifier and Type | Method and Description |
---|---|
Requirement |
Wire.getRequirement()
Returns the
Requirement for this wire. |
Modifier and Type | Method and Description |
---|---|
List<Requirement> |
Resource.getRequirements(String namespace)
Returns the requirements declared by this bundle resource.
|
List<Requirement> |
Wiring.getResourceRequirements(String namespace)
Returns the requirements of this wiring.
|
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.