Class FilesFinder


  • public final class FilesFinder
    extends Object
    Find files in folders and subfolders, given a particular regex pattern.
    • Constructor Detail

      • FilesFinder

        public FilesFinder​(File file,
                           String regex)
        Constructor of FilesFinder.
        Parameters:
        file - a file or folder to start from.
        regex - a regex to which to match the files names to.
    • Method Detail

      • getFilesList

        public List<File> getFilesList()