Class PathTranslatingPostProcessor

java.lang.Object
org.apache.maven.project.interpolation.PathTranslatingPostProcessor
All Implemented Interfaces:
org.codehaus.plexus.interpolation.InterpolationPostProcessor

@Deprecated public class PathTranslatingPostProcessor extends Object implements org.codehaus.plexus.interpolation.InterpolationPostProcessor
Deprecated.
  • Constructor Details

    • PathTranslatingPostProcessor

      public PathTranslatingPostProcessor(List<String> expressionPrefixes, List<String> unprefixedPathKeys, File projectDir, PathTranslator pathTranslator)
      Deprecated.
  • Method Details

    • execute

      public Object execute(String expression, Object value)
      Deprecated.
      Specified by:
      execute in interface org.codehaus.plexus.interpolation.InterpolationPostProcessor