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()
void
init
(ManifestHeader.NameValuePair[] dirs, ManifestHeader.NameValuePair[] attrs)
-
Constructor Details
-
PathImpl
-
-
Method Details
-
init
-
getAttributes
- Specified by:
getAttributes
in interfaceManifestHeader.Entry
- Returns:
- The attributes specified for this entry.
- See Also:
-
getDirectives
- Specified by:
getDirectives
in interfaceManifestHeader.Entry
- Returns:
- The directives for this entry.
- See Also:
-
getValue
- Specified by:
getValue
in interfaceManifestHeader.Entry
- Returns:
- The value of the entry.
- See Also:
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceManifestHeader.Entry
-
getDirectiveValue
- Specified by:
getDirectiveValue
in interfaceManifestHeader.Entry
-