Interface RegExpFileSearchHandler

    • Method Detail

      • searchRegExp

        boolean searchRegExp​(String file,
                             String searchText,
                             boolean caseSensitive,
                             ExceptionHandler handler)
        Searches the specified file.
        Parameters:
        file - the file to search
        searchText - the search text
        handler - for handling exceptions, can be null
        Returns:
        true if the search text was found