upidiff.diff
Interface ChangesFilter


public interface ChangesFilter

Filter interface to the changes system. Not yet implemented, around for future use.

Author:
bmeurer

Method Summary
 void run(FileChange fileChange)
          Runs the filter.
 

Method Detail

run

public void run(FileChange fileChange)
Runs the filter.

Parameters:
fileChange - Reference to the FileChange object.