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
protected static final class ManifestHeader.PathImpl
- extends Object
- implements ManifestHeader.Entry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManifestHeader.PathImpl
public ManifestHeader.PathImpl(String path)
init
public void init(ManifestHeader.NameValuePair[] dirs,
ManifestHeader.NameValuePair[] attrs)
getAttributes
public ManifestHeader.NameValuePair[] getAttributes()
- Description copied from interface:
ManifestHeader.Entry
- The attributes specified for this entry.
- Specified by:
getAttributes
in interface ManifestHeader.Entry
- See Also:
ManifestHeader.Entry.getAttributes()
getDirectives
public ManifestHeader.NameValuePair[] getDirectives()
- Description copied from interface:
ManifestHeader.Entry
- The directives for this entry.
- Specified by:
getDirectives
in interface ManifestHeader.Entry
- See Also:
ManifestHeader.Entry.getDirectives()
getValue
public String getValue()
- Description copied from interface:
ManifestHeader.Entry
- The value of the entry.
- Specified by:
getValue
in interface ManifestHeader.Entry
- See Also:
ManifestHeader.Entry.getValue()
getAttributeValue
public String getAttributeValue(String name)
- Specified by:
getAttributeValue
in interface ManifestHeader.Entry
getDirectiveValue
public String getDirectiveValue(String name)
- Specified by:
getDirectiveValue
in interface ManifestHeader.Entry
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.