Package org.hotswap.agent.versions
Class ManifestInfo
- java.lang.Object
-
- org.hotswap.agent.versions.ManifestInfo
-
public class ManifestInfo extends Object
The Class ManifestInfo.- Author:
- alpapad@gmail.com
-
-
Constructor Summary
Constructors Constructor Description ManifestInfo(Manifest mf)Instantiates a new manifest info.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetValue(String path, Attributes.Name... name)Gets the value.StringgetValue(Attributes.Name... name)Gets the value.inthashCode()booleanisEmpty()Checks if is empty.StringtoString()
-
-
-
Constructor Detail
-
ManifestInfo
public ManifestInfo(Manifest mf)
Instantiates a new manifest info.- Parameters:
mf- the mf
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Checks if is empty.- Returns:
- true, if is empty
-
getValue
public String getValue(Attributes.Name... name)
Gets the value.- Parameters:
name- the name- Returns:
- the value
-
getValue
public String getValue(String path, Attributes.Name... name)
Gets the value.- Parameters:
path- the pathname- the name- Returns:
- the value
-
-