|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BundleCapability in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that return types with arguments of type BundleCapability | |
---|---|
java.util.List<BundleCapability> |
BundleWiringImpl.getCapabilities(java.lang.String namespace)
|
java.util.List<BundleCapability> |
BundleRevisionImpl.getDeclaredCapabilities(java.lang.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 | |
---|---|
java.util.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 | |
---|---|
java.util.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 java.util.List<BundleCapability> |
Util.getCapabilityByNamespace(BundleRevision br,
java.lang.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,
java.util.Collection<BundleCapability> collisions)
|
Method parameters in org.apache.felix.framework.util with type arguments of type BundleCapability | |
---|---|
void |
SecureAction.invokeResolverHookMatches(ResolverHook rh,
BundleRequirement req,
java.util.Collection<BundleCapability> candidates)
|
void |
SecureAction.invokeResolverHookSingleton(ResolverHook rh,
BundleCapability singleton,
java.util.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 | |
---|---|
java.util.List<BundleCapability> |
ManifestParser.getCapabilities()
|
static java.util.List<BundleCapability> |
ManifestParser.parseExportHeader(Logger logger,
BundleRevision owner,
java.lang.String header,
java.lang.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.osgi.framework.hooks.resolver |
---|
Methods in org.osgi.framework.hooks.resolver with parameters of type BundleCapability | |
---|---|
void |
ResolverHook.filterSingletonCollisions(BundleCapability singleton,
java.util.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,
java.util.Collection<BundleCapability> candidates)
Filter matches hook method. |
void |
ResolverHook.filterSingletonCollisions(BundleCapability singleton,
java.util.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 | |
---|---|
java.util.List<BundleCapability> |
BundleWiring.getCapabilities(java.lang.String namespace)
Returns the capabilities provided by this bundle wiring. |
java.util.List<BundleCapability> |
BundleRevision.getDeclaredCapabilities(java.lang.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 |