JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.maven.cling.internal.extension.io
CoreExtensionsStaxReader
ContentTransformer
Contents
Description
Method Summary
Method Details
transform(String, String)
Hide sidebar
Show sidebar
Interface CoreExtensionsStaxReader.ContentTransformer
Enclosing class:
CoreExtensionsStaxReader
public static interface
CoreExtensionsStaxReader.ContentTransformer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
transform
(
String
inputSrc,
String
fieldName)
Interpolate the value read from the xpp3 document
Method Details
transform
String
transform
(
String
inputSrc,
String
fieldName)
Interpolate the value read from the xpp3 document
Parameters:
inputSrc
- The input source value
fieldName
- A description of the field being interpolated. The implementation may use this to log stuff.
Returns:
The interpolated value.