Class RegExMatcher

Object
AnchorBean<FileNamer>
FileNamer
FileNamerIndependent
RegExMatcher

public class RegExMatcher extends FileNamerIndependent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    deriveName(File file, Optional<Path> inputDirectory, int index)
     
    RegEx
     
    void
    setRegEx(RegEx regEx)
     

    Methods inherited from class org.anchoranalysis.io.input.bean.namer.FileNamerIndependent

    deriveName

    Methods inherited from class org.anchoranalysis.io.input.bean.namer.FileNamer

    deriveName, deriveNameUnique

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RegExMatcher

      public RegExMatcher()
  • Method Details

    • deriveName

      protected String deriveName(File file, Optional<Path> inputDirectory, int index)
      Specified by:
      deriveName in class FileNamerIndependent
    • getRegEx

      public RegEx getRegEx()
    • setRegEx

      public void setRegEx(RegEx regEx)