Class AntPatternFileFinder

    • Constructor Detail

      • AntPatternFileFinder

        public AntPatternFileFinder​(String[] includePatterns,
                                    String[] excludePatterns,
                                    boolean caseSensitive)
        Deprecated.
        Parameters:
        includePatterns - Include files matching this ant-like pattern
        excludePatterns - Excludes files matching this ant-like pattern
        caseSensitive - Honor patterns case while matching files or not
    • Method Detail

      • findFiles

        public File[] findFiles​(@NotNull
                                File baseDirectory)
                         throws IOException
        Deprecated.
        Finds files matching ant-like patterns under given directory.
        Parameters:
        baseDirectory - Directory to search files under
        Returns:
        Array of matched files
        Throws:
        IOException - I/O error occurred