Class ValueProcessorRegex
java.lang.Object
org.hibernate.build.publish.auth.maven.pwd.ValueProcessorRegex
- All Implemented Interfaces:
ValueProcessor
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprocessValue(String value) Processes a string possibly containing properties, those will be placed.
-
Field Details
-
INSTANCE
Singleton access
-
-
Method Details
-
processValue
Description copied from interface:ValueProcessorProcesses a string possibly containing properties, those will be placed.
Properties are defined as by Maven.- Specified by:
processValuein interfaceValueProcessor- Parameters:
value- string w/o properties- Returns:
- null if value is null
-