Class 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 Details

    • JoinRegExGroups

      public JoinRegExGroups()
  • Method Details

    • deriveFrom

      public Path deriveFrom(Path source, boolean debugMode) throws DerivePathException
      Description copied from class: DerivePath
      Derives a new path from an existing path.
      Specified by:
      deriveFrom in class DerivePath
      Parameters:
      source - the path to derive from.
      debugMode - true if debug-mode is activated
      Returns:
      the derived path.
      Throws:
      DerivePathException - if anything goes wrong
    • getRegEx

      public RegEx getRegEx()
    • setRegEx

      public void setRegEx(RegEx regEx)