Package org.approvej.approve
Interface PathProvider
public interface PathProvider
A provider for the paths of the approved and received files.
-
Method Summary
Modifier and TypeMethodDescriptionThe path of the file containing a previously approved value.The path of the directory containing the approved and received files.The path of the file containing the latest received value that didn't match the previously approved.
-
Method Details
-
directory
Path directory()The path of the directory containing the approved and received files.- Returns:
- the
Path
to the directory
-
receivedPath
Path receivedPath()The path of the file containing the latest received value that didn't match the previously approved.- Returns:
- the
Path
to the received file
-
approvedPath
Path approvedPath()The path of the file containing a previously approved value.- Returns:
- the
Path
to the approved file
-