Class RegExMatcher


public class RegExMatcher extends FileNamerIndependent
  • Constructor Details

    • RegExMatcher

      public RegExMatcher()
  • Method Details

    • deriveName

      protected String deriveName(File file, Optional<Path> inputDirectory, int index)
      Description copied from class: FileNamerIndependent
      Derives a unique name for this file.
      Specified by:
      deriveName in class FileNamerIndependent
      Parameters:
      file - the file.
      inputDirectory - the root input-directory used in naming.
      index - a unique incrementing number, beginning at zero, passed to each call to this method within a collection.
      Returns:
      the derived unique name.
    • getRegEx

      public RegEx getRegEx()
    • setRegEx

      public void setRegEx(RegEx regEx)