Uses of Class
org.anchoranalysis.bean.shared.regex.RegEx
Packages that use RegEx
Package
Description
Specifies regular-expressions.
Implementations of
FileNamer
.Implementations of
PathPrefixer
.Implementations of
FilesProvider
.Implementations of
InputManager
.Implementations of
DerivePath
.-
Uses of RegEx in org.anchoranalysis.plugin.io.bean.file.namer
Methods in org.anchoranalysis.plugin.io.bean.file.namer that return RegExMethods in org.anchoranalysis.plugin.io.bean.file.namer with parameters of type RegEx -
Uses of RegEx in org.anchoranalysis.plugin.io.bean.file.path.prefixer
Methods in org.anchoranalysis.plugin.io.bean.file.path.prefixer that return RegExModifier and TypeMethodDescriptionPathRegEx.getRegEx()
Regular expression to use to match path with at least one group in it.Methods in org.anchoranalysis.plugin.io.bean.file.path.prefixer with parameters of type RegEx -
Uses of RegEx in org.anchoranalysis.plugin.io.bean.file.provider
Methods in org.anchoranalysis.plugin.io.bean.file.provider that return RegExModifier and TypeMethodDescriptionRemoveMatching.getRegEx()
If a path matches a regular expression it is removed.Methods in org.anchoranalysis.plugin.io.bean.file.provider with parameters of type RegEx -
Uses of RegEx in org.anchoranalysis.plugin.io.bean.input
Methods in org.anchoranalysis.plugin.io.bean.input that return RegExModifier and TypeMethodDescriptionExclude.getRegEx()
A regular-expression to be matched against the identifiers of inputs.Methods in org.anchoranalysis.plugin.io.bean.input with parameters of type RegEx -
Uses of RegEx in org.anchoranalysis.plugin.io.bean.path.derive
Methods in org.anchoranalysis.plugin.io.bean.path.derive that return RegExModifier and TypeMethodDescriptionInsertRegExGroups.getRegEx()
The regular-expression to use for matching groups.JoinRegExGroups.getRegEx()
Methods in org.anchoranalysis.plugin.io.bean.path.derive with parameters of type RegExModifier and TypeMethodDescriptionvoid
The regular-expression to use for matching groups.void
Constructors in org.anchoranalysis.plugin.io.bean.path.derive with parameters of type RegExModifierConstructorDescriptionInsertRegExGroups
(RegEx regEx, String outPath) Creates a newInsertRegExGroups
instance.