Interface SimpleRevisionComparePresenter.FileHandler

Enclosing class:
SimpleRevisionComparePresenter

public static interface SimpleRevisionComparePresenter.FileHandler
This interface is used by the SimpleRevisionComparePresenter to handle the file loading.
Author:
Tim Janus
  • Method Details

    • load

      Reader load(File file)
      Return the reader
      Parameters:
      file - the file
      Returns:
      the reader
    • getFilter

      FileFilter getFilter()
      Return the Filter
      Returns:
      the Filter
    • getCurrentDiretory

      File getCurrentDiretory()
      Return the File
      Returns:
      the File