|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BundleCapability | |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.capabilityset | |
| org.apache.felix.framework.resolver | |
| org.apache.felix.framework.util | |
| org.apache.felix.framework.util.manifestparser | |
| org.apache.felix.framework.wiring | |
| org.eclipse.osgi.internal.resolver | |
| org.eclipse.osgi.service.resolver | |
| org.osgi.framework.hooks.resolver | Framework Resolver Hooks Package Version 1.0. |
| org.osgi.framework.wiring | Framework Wiring Package Version 1.0. |
| Uses of BundleCapability in org.apache.felix.framework |
|---|
| Methods in org.apache.felix.framework that return types with arguments of type BundleCapability | |
|---|---|
List<BundleCapability> |
BundleWiringImpl.getCapabilities(String namespace)
|
List<BundleCapability> |
BundleRevisionImpl.getDeclaredCapabilities(String namespace)
|
| Uses of BundleCapability in org.apache.felix.framework.capabilityset |
|---|
| Methods in org.apache.felix.framework.capabilityset that return types with arguments of type BundleCapability | |
|---|---|
Set<BundleCapability> |
CapabilitySet.match(SimpleFilter sf,
boolean obeyMandatory)
|
| Methods in org.apache.felix.framework.capabilityset with parameters of type BundleCapability | |
|---|---|
void |
CapabilitySet.addCapability(BundleCapability cap)
|
static boolean |
CapabilitySet.matches(BundleCapability cap,
SimpleFilter sf)
|
void |
CapabilitySet.removeCapability(BundleCapability cap)
|
| Uses of BundleCapability in org.apache.felix.framework.resolver |
|---|
| Classes in org.apache.felix.framework.resolver that implement BundleCapability | |
|---|---|
class |
HostedCapability
|
| Methods in org.apache.felix.framework.resolver that return BundleCapability | |
|---|---|
BundleCapability |
ResolverWire.getCapability()
Returns the associated capability from the exporting bundle revision that satisfies the requirement of the importing bundle revision. |
| Methods in org.apache.felix.framework.resolver that return types with arguments of type BundleCapability | |
|---|---|
SortedSet<BundleCapability> |
Resolver.ResolverState.getCandidates(BundleRequirement req,
boolean obeyMandatory)
|
| Methods in org.apache.felix.framework.resolver with parameters of type BundleCapability | |
|---|---|
int |
CandidateComparator.compare(BundleCapability cap1,
BundleCapability cap2)
|
| Uses of BundleCapability in org.apache.felix.framework.util |
|---|
| Methods in org.apache.felix.framework.util that return BundleCapability | |
|---|---|
static BundleCapability |
Util.getSatisfyingCapability(BundleRevision br,
BundleRequirementImpl req)
|
| Methods in org.apache.felix.framework.util that return types with arguments of type BundleCapability | |
|---|---|
static List<BundleCapability> |
Util.getCapabilityByNamespace(BundleRevision br,
String namespace)
Returns all the capabilities from a module that has a specified namespace. |
| Methods in org.apache.felix.framework.util with parameters of type BundleCapability | |
|---|---|
void |
SecureAction.invokeResolverHookSingleton(ResolverHook rh,
BundleCapability singleton,
Collection<BundleCapability> collisions)
|
| Method parameters in org.apache.felix.framework.util with type arguments of type BundleCapability | |
|---|---|
void |
SecureAction.invokeResolverHookMatches(ResolverHook rh,
BundleRequirement req,
Collection<BundleCapability> candidates)
|
void |
SecureAction.invokeResolverHookSingleton(ResolverHook rh,
BundleCapability singleton,
Collection<BundleCapability> collisions)
|
| Uses of BundleCapability in org.apache.felix.framework.util.manifestparser |
|---|
| Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type BundleCapability | |
|---|---|
List<BundleCapability> |
ManifestParser.getCapabilities()
|
static List<BundleCapability> |
ManifestParser.parseExportHeader(Logger logger,
BundleRevision owner,
String header,
String bsn,
Version bv)
|
| Uses of BundleCapability in org.apache.felix.framework.wiring |
|---|
| Classes in org.apache.felix.framework.wiring that implement BundleCapability | |
|---|---|
class |
BundleCapabilityImpl
|
| Methods in org.apache.felix.framework.wiring that return BundleCapability | |
|---|---|
BundleCapability |
BundleWireImpl.getCapability()
|
| Methods in org.apache.felix.framework.wiring with parameters of type BundleCapability | |
|---|---|
boolean |
BundleRequirementImpl.matches(BundleCapability cap)
|
| Constructors in org.apache.felix.framework.wiring with parameters of type BundleCapability | |
|---|---|
BundleWireImpl(BundleRevision requirer,
BundleRequirement req,
BundleRevision provider,
BundleCapability cap)
|
|
| Uses of BundleCapability in org.eclipse.osgi.internal.resolver |
|---|
| Methods in org.eclipse.osgi.internal.resolver that return BundleCapability | |
|---|---|
BundleCapability |
BaseDescriptionImpl.getCapability()
|
| Methods in org.eclipse.osgi.internal.resolver that return types with arguments of type BundleCapability | |
|---|---|
List<BundleCapability> |
BundleDescriptionImpl.getDeclaredCapabilities(String namespace)
|
| Uses of BundleCapability in org.eclipse.osgi.service.resolver |
|---|
| Methods in org.eclipse.osgi.service.resolver that return BundleCapability | |
|---|---|
BundleCapability |
BaseDescription.getCapability()
Returns the capability represented by this description. |
| Uses of BundleCapability in org.osgi.framework.hooks.resolver |
|---|
| Methods in org.osgi.framework.hooks.resolver with parameters of type BundleCapability | |
|---|---|
void |
ResolverHook.filterSingletonCollisions(BundleCapability singleton,
Collection<BundleCapability> collisionCandidates)
Filter singleton collisions hook method. |
| Method parameters in org.osgi.framework.hooks.resolver with type arguments of type BundleCapability | |
|---|---|
void |
ResolverHook.filterMatches(BundleRequirement requirement,
Collection<BundleCapability> candidates)
Filter matches hook method. |
void |
ResolverHook.filterSingletonCollisions(BundleCapability singleton,
Collection<BundleCapability> collisionCandidates)
Filter singleton collisions hook method. |
| Uses of BundleCapability in org.osgi.framework.wiring |
|---|
| Methods in org.osgi.framework.wiring that return BundleCapability | |
|---|---|
BundleCapability |
BundleWire.getCapability()
Returns the BundleCapability for this wire. |
| Methods in org.osgi.framework.wiring that return types with arguments of type BundleCapability | |
|---|---|
List<BundleCapability> |
BundleWiring.getCapabilities(String namespace)
Returns the capabilities provided by this bundle wiring. |
List<BundleCapability> |
BundleRevision.getDeclaredCapabilities(String namespace)
Returns the capabilities declared by this bundle revision. |
| Methods in org.osgi.framework.wiring with parameters of type BundleCapability | |
|---|---|
boolean |
BundleRequirement.matches(BundleCapability capability)
Returns whether the specified capability matches this requirement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||