|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Directive | |
|---|---|
| org.apache.felix.framework.capabilityset | |
| org.apache.felix.framework.resolver | |
| org.apache.felix.framework.util.manifestparser | |
| Uses of Directive in org.apache.felix.framework.capabilityset |
|---|
| Methods in org.apache.felix.framework.capabilityset that return Directive | |
|---|---|
Directive |
Capability.getDirective(java.lang.String name)
|
Directive |
Requirement.getDirective(java.lang.String name)
|
| Methods in org.apache.felix.framework.capabilityset that return types with arguments of type Directive | |
|---|---|
java.util.List<Directive> |
Capability.getDirectives()
|
java.util.List<Directive> |
Requirement.getDirectives()
|
| Uses of Directive in org.apache.felix.framework.resolver |
|---|
| Methods in org.apache.felix.framework.resolver that return Directive | |
|---|---|
Directive |
HostedRequirement.getDirective(java.lang.String name)
|
Directive |
HostedCapability.getDirective(java.lang.String name)
|
| Methods in org.apache.felix.framework.resolver that return types with arguments of type Directive | |
|---|---|
java.util.List<Directive> |
HostedRequirement.getDirectives()
|
java.util.List<Directive> |
HostedCapability.getDirectives()
|
| Uses of Directive in org.apache.felix.framework.util.manifestparser |
|---|
| Fields in org.apache.felix.framework.util.manifestparser with type parameters of type Directive | |
|---|---|
java.util.List<Directive> |
ParsedHeaderClause.m_dirs
|
| Methods in org.apache.felix.framework.util.manifestparser that return Directive | |
|---|---|
Directive |
CapabilityImpl.getDirective(java.lang.String name)
|
Directive |
RequirementImpl.getDirective(java.lang.String name)
|
static Directive |
ManifestParser.parseExtensionBundleHeader(java.lang.String header)
|
| Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type Directive | |
|---|---|
java.util.List<Directive> |
CapabilityImpl.getDirectives()
|
java.util.List<Directive> |
RequirementImpl.getDirectives()
|
| Constructor parameters in org.apache.felix.framework.util.manifestparser with type arguments of type Directive | |
|---|---|
CapabilityImpl(Module module,
java.lang.String namespace,
java.util.List<Directive> dirs,
java.util.List<Attribute> attrs)
|
|
ParsedHeaderClause(java.util.List<java.lang.String> paths,
java.util.List<Directive> dirs,
java.util.List<Attribute> attrs)
|
|
RequirementImpl(Module module,
java.lang.String namespace,
java.util.List<Directive> dirs,
java.util.List<Attribute> attrs)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||