Package org.apache.sling.commons.osgi
Interface ManifestHeader.Entry
-
- Enclosing class:
- ManifestHeader
public static interface ManifestHeader.EntryA header can have several entries separated by comma.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManifestHeader.NameValuePair[]getAttributes()StringgetAttributeValue(String name)ManifestHeader.NameValuePair[]getDirectives()StringgetDirectiveValue(String name)StringgetValue()
-
-
-
Method Detail
-
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.
-
-