Package org.apache.sling.commons.osgi
Interface ManifestHeader.Entry
- All Known Implementing Classes:
ManifestHeader.PathImpl
- Enclosing class:
- ManifestHeader
public static interface ManifestHeader.Entry
A header can have several entries separated by comma.
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributeValue
(String name) getDirectiveValue
(String name) getValue()
-
Method Details
-
getValue
String getValue()- Returns:
- The value of the entry.
-
getAttributes
ManifestHeader.NameValuePair[] getAttributes()- Returns:
- The attributes specified for this entry.
-
getDirectives
ManifestHeader.NameValuePair[] getDirectives()- Returns:
- The directives for this entry.
-
getAttributeValue
-
getDirectiveValue
-