public class ManifestInfo extends Object
| Constructor and Description |
|---|
ManifestInfo(Manifest mf)
Instantiates a new manifest info.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getValue(Attributes.Name... name)
Gets the value.
|
String |
getValue(String path,
Attributes.Name... name)
Gets the value.
|
int |
hashCode() |
boolean |
isEmpty()
Checks if is empty.
|
String |
toString() |
public ManifestInfo(Manifest mf)
mf - the mfpublic boolean isEmpty()
public String getValue(Attributes.Name... name)
name - the namepublic String getValue(String path, Attributes.Name... name)
path - the pathname - the nameCopyright © 2018. All rights reserved.