protected static final class ManifestHeader.PathImpl extends Object implements ManifestHeader.Entry
Modifier and Type | Method and Description |
---|---|
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.
|
void |
init(ManifestHeader.NameValuePair[] dirs,
ManifestHeader.NameValuePair[] attrs) |
public PathImpl(String path)
public void init(ManifestHeader.NameValuePair[] dirs, ManifestHeader.NameValuePair[] attrs)
public ManifestHeader.NameValuePair[] getAttributes()
ManifestHeader.Entry
getAttributes
in interface ManifestHeader.Entry
ManifestHeader.Entry.getAttributes()
public ManifestHeader.NameValuePair[] getDirectives()
ManifestHeader.Entry
getDirectives
in interface ManifestHeader.Entry
ManifestHeader.Entry.getDirectives()
public String getValue()
ManifestHeader.Entry
getValue
in interface ManifestHeader.Entry
ManifestHeader.Entry.getValue()
public String getAttributeValue(String name)
getAttributeValue
in interface ManifestHeader.Entry
public String getDirectiveValue(String name)
getDirectiveValue
in interface ManifestHeader.Entry
Copyright © 2014 The Apache Software Foundation. All rights reserved.