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 -
Method Summary
Modifier and TypeMethodDescriptionderiveFrom(Path source, boolean debugMode) RegExgetRegEx()voidsetRegEx(RegEx regEx) 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
-
getRegEx
public RegEx getRegEx()
-