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
 ManifestHeader.NameValuePair[] getAttributes()
          The attributes specified for this entry.
 java.lang.String getAttributeValue(java.lang.String name)
           
 ManifestHeader.NameValuePair[] getDirectives()
          The directives for this entry.
 java.lang.String getDirectiveValue(java.lang.String name)
           
 java.lang.String getValue()
          The value of the entry.
 

Method Detail

getValue

java.lang.String getValue()
The value of the entry.


getAttributes

ManifestHeader.NameValuePair[] getAttributes()
The attributes specified for this entry.


getDirectives

ManifestHeader.NameValuePair[] getDirectives()
The directives for this entry.


getAttributeValue

java.lang.String getAttributeValue(java.lang.String name)

getDirectiveValue

java.lang.String getDirectiveValue(java.lang.String name)


Copyright © 2007-2009. All Rights Reserved.