public interface FileVerifier
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileVerifier.Context
Context to be passed to file verifiers
|
| Modifier and Type | Method and Description |
|---|---|
void |
verify(FileVerifier.Context context,
Path file)
Verifies a plugin release according to certain rules
|
void verify(FileVerifier.Context context, Path file) throws IOException, VerifyException
context - 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.