Class AssemblyInterpolator.PathTranslatingPostProcessor

  • All Implemented Interfaces:
    org.codehaus.plexus.interpolation.InterpolationPostProcessor
    Enclosing class:
    AssemblyInterpolator

    private static final class AssemblyInterpolator.PathTranslatingPostProcessor
    extends java.lang.Object
    implements org.codehaus.plexus.interpolation.InterpolationPostProcessor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File basedir  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(java.lang.String expression, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • basedir

        private final java.io.File basedir
    • Constructor Detail

      • PathTranslatingPostProcessor

        PathTranslatingPostProcessor​(java.io.File basedir)
    • Method Detail

      • execute

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