org.apache.maven.project.interpolation
Class PathTranslatingPostProcessor

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

Deprecated.

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


Constructor Summary
PathTranslatingPostProcessor(List<String> expressionPrefixes, List<String> unprefixedPathKeys, File projectDir, PathTranslator pathTranslator)
          Deprecated.  
 
Method Summary
 Object execute(String expression, Object value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.