public class FastManifestParser extends Object
Modifier and Type | Field and Description |
---|---|
String |
classPath |
boolean |
isSystemJar |
Constructor and Description |
---|
FastManifestParser(File jarFile,
LogNode log)
Fast parser for jar manifest files.
|
FastManifestParser(ZipFile jarFile,
ZipEntry manifestEntry,
LogNode log)
Fast parser for jar manifest files.
|
public boolean isSystemJar
public String classPath
public FastManifestParser(ZipFile jarFile, ZipEntry manifestEntry, LogNode log)
public FastManifestParser(File jarFile, LogNode log)
Copyright © 2016. All rights reserved.