WindowsReporters.WindowsExecutableReporter

public static class WindowsExecutableReporter extends ExecutableDifferenceReporter

Windows executable reporters should use this class instead of the more general ExecutableDifferenceReporter.

Constructors

WindowsExecutableReporter

public WindowsExecutableReporter(String approvalCommand, String diffCommand)

Main constructor for the executable reporter.

Parameters:
  • approvalCommand – the approval command
  • diffCommand – the difference command

Methods

canApprove

public boolean canApprove(File fileForApproval)