|
Cumulus4j API (1.2.0) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cumulus4j.store.util.ManifestUtil
public final class ManifestUtil
Utility to read a MANIFEST.MF
.
Method Summary | |
---|---|
static Manifest |
readManifest(Class<?> clazz)
Read the MANIFEST.MF of the JAR file containing the given class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Manifest readManifest(Class<?> clazz) throws IOException
MANIFEST.MF
of the JAR file containing the given class.
clazz
- a class located in the JAR whose MANIFEST.MF should be read.
null
.
IOException
- if reading the manifest fails.
|
Cumulus4j API (1.2.0) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |