Interface PmdXpp3Reader.ContentTransformer
- 
- Enclosing class:
- PmdXpp3Reader
 
 public static interface PmdXpp3Reader.ContentTransformer
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringtransform(java.lang.String source, java.lang.String fieldName)Interpolate the value read from the xpp3 document
 
- 
- 
- 
Method Detail- 
transformjava.lang.String transform(java.lang.String source, java.lang.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.
 
 
- 
 
-