public class ClassManifestLocator extends Object
Constructor | Description |
---|---|
ClassManifestLocator() |
Modifier and Type | Method | Description |
---|---|---|
static PropertyFile |
get(Class<?> clazz) |
Attempt to find the MANIFEST.MF associated with a particular class
|
public static PropertyFile get(Class<?> clazz)
clazz
- The class whose jar/war should be searched for a MANIFEST.MFCopyright © 2018. All rights reserved.