public class FastManifestParser extends Object
Modifier and Type | Field | Description |
---|---|---|
ArrayList<String> |
classPath |
|
boolean |
isSystemJar |
|
static String |
MANIFEST_PATH |
Constructor | 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 © 2018. All rights reserved.