Modifier and Type | Class and Description |
---|---|
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
private final Map | |
private Set | |
private boolean | |
private final Main | |
private ModuleDescriptor | |
private String | |
private final ZipFile |
Modifier and Type | Method and Description |
---|---|
private boolean | |
private void | |
private boolean | |
private static String | |
private void | |
private void | |
private FingerPrint | |
private boolean | |
private static boolean | |
private FingerPrint | |
pack-priv static boolean | |
private boolean | |
public void | |
public void | |
private void |
classes | back to summary |
---|---|
private final Map<String, FingerPrint> classes |
concealedPkgs | back to summary |
---|---|
private Set<String> concealedPkgs |
isValid | back to summary |
---|---|
private boolean isValid |
main | back to summary |
---|---|
private final Main main |
md | back to summary |
---|---|
private ModuleDescriptor md |
mdName | back to summary |
---|---|
private String mdName |
zf | back to summary |
---|---|
private final ZipFile zf |
Validator | back to summary |
---|---|
private Validator(Main main, ZipFile zf) |
checkClassName | back to summary |
---|---|
private boolean checkClassName(FingerPrint fp) |
checkModuleDescriptor | back to summary |
---|---|
private void checkModuleDescriptor(String miName) |
checkNestedClass | back to summary |
---|---|
private boolean checkNestedClass(FingerPrint fp, Map<String, FingerPrint> outerClasses) |
className | back to summary |
---|---|
private static String className(String entryName) |
error | back to summary |
---|---|
private void error(String msg) |
errorAndInvalid | back to summary |
---|---|
private void errorAndInvalid(String msg) |
getFingerPrint | back to summary |
---|---|
private FingerPrint getFingerPrint(ZipEntry ze) |
isConcealed | back to summary |
---|---|
private boolean isConcealed(String className) |
isPlatformModule | back to summary |
---|---|
private static boolean isPlatformModule(String name) |
sameNameFingerPrint | back to summary |
---|---|
private FingerPrint sameNameFingerPrint(FingerPrint fp1, FingerPrint fp2) |
validate | back to summary |
---|---|
pack-priv static boolean validate(Main main, ZipFile zf) throws IOException |
validate | back to summary |
---|---|
private boolean validate() |
validateBase | back to summary |
---|---|
public void validateBase(Map<String, FingerPrint> fps) |
validateVersioned | back to summary |
---|---|
public void validateVersioned(Map<String, FingerPrint> fps) |
warn | back to summary |
---|---|
private void warn(String msg) |
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
pack-priv |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
InvalidJarException | back to summary |
---|---|
pack-priv InvalidJarException(String msg) |