public class ManifestVersionFactory extends Object
| Constructor and Description |
|---|
ManifestVersionFactory() |
| 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.
|
static ManifestVersion |
of(URL url)
Creates a new
ManifestVersion object of the given url. |
public static ManifestVersion get(Class<?> clazz)
clazz - the clazzpublic static ManifestVersion of(URL url)
ManifestVersion object of the given url.url - the urlCopyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.