Interface FileMatchProcessorWrapper.FilePathTester

  • Enclosing class:
    FileMatchProcessorWrapper

    public static interface FileMatchProcessorWrapper.FilePathTester
    An interface used to test whether a file's relative path matches a given specification.
    • Method Detail

      • filePathMatches

        boolean filePathMatches​(String relativePathStr,
                                LogNode log)