org.apache.maven.plugin.assembly.model.io.xpp3
Interface AssemblyXpp3Reader.ContentTransformer

Enclosing class:
AssemblyXpp3Reader

public static interface AssemblyXpp3Reader.ContentTransformer


Method Summary
 String transform(String source, String fieldName)
          Interpolate the value read from the xpp3 document
 

Method Detail

transform

String transform(String source,
                 String fieldName)
Interpolate the value read from the xpp3 document

Parameters:
source - The source value
fieldName - A description of the field being interpolated. The implementation may use this to log stuff.
Returns:
The interpolated value.


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.