Package org.codehaus.mojo.buildhelper
Class RegexPropertySetting
java.lang.Object
org.codehaus.mojo.buildhelper.RegexPropertySetting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getRegex()
getValue()
boolean
boolean
boolean
void
setFailIfNoMatch
(boolean failIfNoMatch) void
void
void
setReplacement
(String replacement) void
setToLowerCase
(boolean toLowerCase) void
setToUpperCase
(boolean toUpperCase) void
void
validate()
-
Constructor Details
-
RegexPropertySetting
public RegexPropertySetting()
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getRegex
-
setRegex
-
getReplacement
-
setReplacement
-
isFailIfNoMatch
public boolean isFailIfNoMatch() -
setFailIfNoMatch
public void setFailIfNoMatch(boolean failIfNoMatch) -
isToUpperCase
public boolean isToUpperCase() -
setToUpperCase
public void setToUpperCase(boolean toUpperCase) -
isToLowerCase
public boolean isToLowerCase() -
setToLowerCase
public void setToLowerCase(boolean toLowerCase) -
validate
public void validate()
-