| Package | Description |
|---|---|
| org.codehaus.plexus.interpolation.object |
| Modifier and Type | Field and Description |
|---|---|
private java.util.LinkedList<FieldBasedObjectInterpolator.InterpolationTarget> |
FieldBasedObjectInterpolator.InterpolateObjectAction.interpolationTargets |
| Modifier and Type | Method and Description |
|---|---|
private void |
FieldBasedObjectInterpolator.InterpolateObjectAction.traverseObjectWithParents(java.lang.Class cls,
FieldBasedObjectInterpolator.InterpolationTarget target)
Traverse the given object, interpolating any String fields and adding non-primitive field values to the
interpolation queue for later processing.
|