Interface DependencyVerifier
- All Known Implementing Classes:
ChecksumDependencyVerifier
public interface DependencyVerifier
-
Method Summary
Modifier and TypeMethodDescriptiongetChecksumFile(@NotNull Dependency dependency) booleanverify(@NotNull File file, @NotNull Dependency dependency)
-
Method Details
-
verify
boolean verify(@NotNull @NotNull File file, @NotNull @NotNull Dependency dependency) throws VerificationException - Throws:
VerificationException
-
getChecksumFile
-