|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Capability in org.apache.felix.framework |
|---|
| Methods in org.apache.felix.framework that return types with arguments of type Capability | |
|---|---|
java.util.List<Capability> |
ModuleImpl.getCapabilities()
|
| Uses of Capability in org.apache.felix.framework.capabilityset |
|---|
| Methods in org.apache.felix.framework.capabilityset that return types with arguments of type Capability | |
|---|---|
java.util.Set<Capability> |
CapabilitySet.match(SimpleFilter sf,
boolean obeyMandatory)
|
| Methods in org.apache.felix.framework.capabilityset with parameters of type Capability | |
|---|---|
void |
CapabilitySet.addCapability(Capability cap)
|
static boolean |
CapabilitySet.matches(Capability cap,
SimpleFilter sf)
|
void |
CapabilitySet.removeCapability(Capability cap)
|
| Uses of Capability in org.apache.felix.framework.resolver |
|---|
| Classes in org.apache.felix.framework.resolver that implement Capability | |
|---|---|
class |
HostedCapability
|
| Methods in org.apache.felix.framework.resolver that return Capability | |
|---|---|
Capability |
Wire.getCapability()
Returns the associated capability from the exporting module that satisfies the requirement of the importing module. |
Capability |
HostedCapability.getDeclaredCapability()
|
| Methods in org.apache.felix.framework.resolver that return types with arguments of type Capability | |
|---|---|
java.util.SortedSet<Capability> |
Resolver.ResolverState.getCandidates(Module module,
Requirement req,
boolean obeyMandatory)
|
java.util.List<Capability> |
Module.getCapabilities()
|
| Methods in org.apache.felix.framework.resolver with parameters of type Capability | |
|---|---|
int |
CandidateComparator.compare(Capability cap1,
Capability cap2)
|
| Constructors in org.apache.felix.framework.resolver with parameters of type Capability | |
|---|---|
HostedCapability(Module module,
Capability cap)
|
|
| Uses of Capability in org.apache.felix.framework.util |
|---|
| Methods in org.apache.felix.framework.util that return Capability | |
|---|---|
static Capability |
Util.getSatisfyingCapability(Module m,
Requirement req)
|
| Methods in org.apache.felix.framework.util that return types with arguments of type Capability | |
|---|---|
static java.util.List<Capability> |
Util.getCapabilityByNamespace(Module module,
java.lang.String namespace)
Returns all the capabilities from a module that has a specified namespace. |
| Uses of Capability in org.apache.felix.framework.util.manifestparser |
|---|
| Classes in org.apache.felix.framework.util.manifestparser that implement Capability | |
|---|---|
class |
CapabilityImpl
|
| Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type Capability | |
|---|---|
java.util.List<Capability> |
ManifestParser.getCapabilities()
|
static java.util.List<Capability> |
ManifestParser.parseExportHeader(Logger logger,
Module owner,
java.lang.String header,
java.lang.String bsn,
Version bv)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||