Class FileVerifier

java.lang.Object
org.approvej.verify.FileVerifier
All Implemented Interfaces:
Consumer<String>, Verifier

@NullMarked public class FileVerifier extends Object implements Verifier
Verifier that compares the received value with the approved value stored in a file. If the values differ, it creates a new file with the received value and throws an ApprovalError.