Package org.apache.sling.commons.osgi
Class ManifestHeader.PathImpl
java.lang.Object
org.apache.sling.commons.osgi.ManifestHeader.PathImpl
- All Implemented Interfaces:
ManifestHeader.Entry
- Enclosing class:
- ManifestHeader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttributeValue(String name) getDirectiveValue(String name) getValue()voidinit(ManifestHeader.NameValuePair[] dirs, ManifestHeader.NameValuePair[] attrs)
-
Constructor Details
-
PathImpl
-
-
Method Details
-
init
-
getAttributes
- Specified by:
getAttributesin interfaceManifestHeader.Entry- Returns:
- The attributes specified for this entry.
- See Also:
-
getDirectives
- Specified by:
getDirectivesin interfaceManifestHeader.Entry- Returns:
- The directives for this entry.
- See Also:
-
getValue
- Specified by:
getValuein interfaceManifestHeader.Entry- Returns:
- The value of the entry.
- See Also:
-
getAttributeValue
- Specified by:
getAttributeValuein interfaceManifestHeader.Entry
-
getDirectiveValue
- Specified by:
getDirectiveValuein interfaceManifestHeader.Entry
-