Schnittstelle PmdXpp3Reader.ContentTransformer

Umschließende Klasse:
PmdXpp3Reader

public static interface PmdXpp3Reader.ContentTransformer
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    transform(String source, String fieldName)
    Interpolate the value read from the xpp3 document
  • Methodendetails

    • transform

      String transform(String source, String fieldName)
      Interpolate the value read from the xpp3 document
      Parameter:
      source - The source value
      fieldName - A description of the field being interpolated. The implementation may use this to log stuff.
      Gibt zurück:
      The interpolated value.