public class JarfileMetadataReader extends Object
Modifier and Type | Field | Description |
---|---|---|
List<String> |
classPathEntriesToScan |
"Class-Path" entries encountered in the manifest file.
|
boolean |
isSystemJar |
If true, this is a JRE jar.
|
List<ZipEntry> |
zipEntries |
The ZipEntries for the zipfile.
|
public boolean isSystemJar
public List<ZipEntry> zipEntries
public List<String> classPathEntriesToScan
ClassGraph#addNestedLibJarsToClasspath(true)
is called before scanning.Copyright © 2018. All rights reserved.