Class FileApprover

java.lang.Object
org.approvej.approve.FileApprover
All Implemented Interfaces:
Function<String,ApprovalResult>, Approver

@NullMarked public class FileApprover extends Object implements Approver
Approver 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.