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

Method Detail

getValue

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

String getAttributeValue(String name)

getDirectiveValue

String getDirectiveValue(String name)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.