Class PathTranslatingPostProcessor

  • All Implemented Interfaces:
    org.codehaus.plexus.interpolation.InterpolationPostProcessor

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

      • PathTranslatingPostProcessor

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

      • execute

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