Class JoinRegExGroups

Object
AnchorBean<DerivePath>
DerivePath
JoinRegExGroups

public class JoinRegExGroups extends DerivePath
Generates an outstring of the form

group1/group2/group3

etc. for as many groups as are found in the regular expression

Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    deriveFrom(Path source, boolean debugMode)
     
    RegEx
     
    void
    setRegEx(RegEx regEx)
     

    Methods inherited from class org.anchoranalysis.io.input.bean.path.DerivePath

    deriveFrom

    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

    • JoinRegExGroups

      public JoinRegExGroups()
  • Method Details

    • deriveFrom

      public Path deriveFrom(Path source, boolean debugMode) throws DerivePathException
      Specified by:
      deriveFrom in class DerivePath
      Throws:
      DerivePathException
    • getRegEx

      public RegEx getRegEx()
    • setRegEx

      public void setRegEx(RegEx regEx)