public class ManifestVersion extends Object implements Serializable
| Constructor and Description |
|---|
ManifestVersion() |
| Modifier and Type | Method and Description |
|---|---|
static ManifestVersion |
get(Class<?> clazz)
Returns a ManifestVersion object by reading the manifest file from the JAR, WAR or EAR file
that contains the given class.
|
String |
getManifestAttribute(Attributes.Name name)
Gets the manifest attribute value from the given
Attributes.Name object. |
public static ManifestVersion get(Class<?> clazz)
clazz - the clazzpublic String getManifestAttribute(Attributes.Name name)
Attributes.Name object.name - the nameCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.