Interface ValueProcessor

All Known Implementing Classes:
ValueProcessorRegex

public interface ValueProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    Processes a string possibly containing properties, those will be placed.
  • Method Details

    • processValue

      String processValue(String value)
      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