Class PathTranslatingPostProcessor

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

@Deprecated(since="4.0.0") class PathTranslatingPostProcessor extends Object implements org.codehaus.plexus.interpolation.InterpolationPostProcessor
Deprecated.
use ModelBuilder instead
  • Field Details

    • unprefixedPathKeys

      private final Collection<String> unprefixedPathKeys
      Deprecated.
    • projectDir

      private final Path projectDir
      Deprecated.
    • pathTranslator

      private final PathTranslator pathTranslator
      Deprecated.
    • expressionPrefixes

      private final List<String> expressionPrefixes
      Deprecated.
  • Constructor Details

  • Method Details

    • execute

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