Class JoinRegExGroups
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 -
Method Summary
Methods inherited from class org.anchoranalysis.io.input.bean.path.DerivePath
deriveFromMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
JoinRegExGroups
public JoinRegExGroups()
-
-
Method Details
-
deriveFrom
Description copied from class:DerivePathDerives a new path from an existing path.- Specified by:
deriveFromin classDerivePath- 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
-