Class FilesFinder
- java.lang.Object
-
- org.hortonmachine.gears.utils.files.FilesFinder
-
public final class FilesFinder extends Object
Find files in folders and subfolders, given a particular regex pattern.
-
-
Constructor Summary
Constructors Constructor Description FilesFinder(File file, String regex)Constructor ofFilesFinder.
-
-
-
Constructor Detail
-
FilesFinder
public FilesFinder(File file, String regex)
Constructor ofFilesFinder.- Parameters:
file- a file or folder to start from.regex- a regex to which to match the files names to.
-
-