|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.quarterback.util.ManifestReader
Access methods for JAR file manifests. This static class contains some methods to access the manifesto in the JAR file.
Field Summary | |
private static java.lang.String |
MANIFESTNAME
|
Constructor Summary | |
private |
ManifestReader()
|
Method Summary | |
static byte[] |
getMD5Digest(java.lang.String infile)
returns a digest over the manifesto. |
static EDate |
getTimestamp(java.lang.String infile)
returns timestamp entry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String MANIFESTNAME
Constructor Detail |
private ManifestReader()
Method Detail |
public static EDate getTimestamp(java.lang.String infile) throws java.io.IOException
java.io.IOException
public static byte[] getMD5Digest(java.lang.String infile) throws java.io.IOException
java.io.IOException
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |