Package editor.shipit
Class FileChangeFinder
- java.lang.Object
-
- editor.shipit.FileChangeFinder
-
public class FileChangeFinder extends Object
-
-
Constructor Summary
Constructors Constructor Description FileChangeFinder(boolean rebuild)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<FileTree>
findChangedFiles(FileTree ft, Predicate<FileTree> filter)
Set<FileTree>
findChangedFiles(Predicate<FileTree> filter)
boolean
isRefreshAll()
void
reset()
-