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 Summary
Modifier and TypeMethodDescriptionReturn the FileReturn the FilterReturn the reader
-
Method Details
-
load
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
-