public class BasicVerifier extends Object implements FileVerifier
FileVerifier.Context| Constructor and Description |
|---|
BasicVerifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
verify(FileVerifier.Context context,
Path file)
Verifies a plugin release according to certain rules.
|
public void verify(FileVerifier.Context context, Path file) throws VerifyException, IOException
verify in interface FileVerifiercontext - the file verifier context objectfile - the path to the downloaded file itselfIOException - if there was a problem accessing fileVerifyException - in case of problems verifying the fileCopyright © 2020. All rights reserved.