Package | Description |
---|---|
org.apache.felix.framework.capabilityset | |
org.apache.felix.framework.resolver | |
org.apache.felix.framework.util.manifestparser |
Modifier and Type | Method and Description |
---|---|
Directive |
Capability.getDirective(String name) |
Directive |
Requirement.getDirective(String name) |
Modifier and Type | Method and Description |
---|---|
List<Directive> |
Capability.getDirectives() |
List<Directive> |
Requirement.getDirectives() |
Modifier and Type | Method and Description |
---|---|
Directive |
FragmentRequirement.getDirective(String name) |
Modifier and Type | Method and Description |
---|---|
List<Directive> |
FragmentRequirement.getDirectives() |
Modifier and Type | Field and Description |
---|---|
List<Directive> |
ParsedHeaderClause.m_dirs |
Modifier and Type | Method and Description |
---|---|
Directive |
RequirementImpl.getDirective(String name) |
Directive |
CapabilityImpl.getDirective(String name) |
static Directive |
ManifestParser.parseExtensionBundleHeader(String header) |
Modifier and Type | Method and Description |
---|---|
List<Directive> |
RequirementImpl.getDirectives() |
List<Directive> |
CapabilityImpl.getDirectives() |
Constructor and Description |
---|
CapabilityImpl(Module module,
String namespace,
List<Directive> dirs,
List<Attribute> attrs) |
ParsedHeaderClause(List<String> paths,
List<Directive> dirs,
List<Attribute> attrs) |
RequirementImpl(Module module,
String namespace,
List<Directive> dirs,
List<Attribute> attrs) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.