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