Package com.inteligr8.maven.model
Class Regex
java.lang.Object
com.inteligr8.maven.model.Regex
- All Implemented Interfaces:
Normalizable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPattern(String pattern) setPreviousPattern(String previousPattern) setReplacement(String replacement)
-
Constructor Details
-
Regex
public Regex()
-
-
Method Details
-
getPattern
-
getReplacement
-
getPreviousPattern
-
setPattern
-
setReplacement
-
setPreviousPattern
-
normalize
public void normalize()- Specified by:
normalizein interfaceNormalizable
-