Interface ValueProcessor
- All Known Implementing Classes:
ValueProcessorRegex
public interface ValueProcessor
-
Method Summary
Modifier and TypeMethodDescriptionprocessValue(String value) Processes a string possibly containing properties, those will be placed.
-
Method Details
-
processValue
Processes a string possibly containing properties, those will be placed.
Properties are defined as by Maven.- Parameters:
value- string w/o properties- Returns:
- null if value is null
-