JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.maven.model.io.xpp3
Interface MavenXpp3Reader.ContentTransformer
Enclosing class:
MavenXpp3Reader
public static interface
MavenXpp3Reader.ContentTransformer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
transform
(
String
source,
String
fieldName)
Interpolate the value read from the xpp3 document
Method Details
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.