public final class Checksums extends Object
| Constructor and Description |
|---|
Checksums(String md5,
String sha1,
String sha256,
String sha512,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(File file)
Validates the file with supplied checksums.
|
void |
validate(File file)
Validates the file with supplied checksums.
|
public boolean isValid(File file)
file - File to validate.Copyright © 2009–2023 Open-Source. All rights reserved.