Interface FileReviewer

All Superinterfaces:
Function<PathProvider,ReviewResult>
All Known Implementing Classes:
FileReviewerScript

public interface FileReviewer extends Function<PathProvider,ReviewResult>
Interface for triggering a review by the user.

This usually means that a diff/merge tool is opened, which presents the difference between the received and the previously approved value to users in case they differ.