org.apache.maven.project.interpolation
Class PathTranslatingPostProcessor

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

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

Version:
$Id: PathTranslatingPostProcessor.java 708543 2008-10-28 11:54:17Z bentmann $

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

Constructor Detail

PathTranslatingPostProcessor

public PathTranslatingPostProcessor(List expressionPrefixes,
                                    List unprefixedPathKeys,
                                    File projectDir,
                                    PathTranslator pathTranslator)
Method Detail

execute

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


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.