| Interface | Description |
|---|---|
| ModelInterpolator |
Replaces expressions of the form ${token} with their effective values.
|
| Class | Description |
|---|---|
| AbstractStringBasedModelInterpolator |
Use a regular expression search to find and resolve expressions within the POM.
|
| BuildTimestampValueSource | |
| MavenBuildTimestamp |
MavenBuildTimestamp
|
| PathTranslatingPostProcessor | |
| ProblemDetectingValueSource |
Wraps another value source and intercepts interpolated expressions, checking for problems.
|
| StringSearchModelInterpolator |
StringSearchModelInterpolator
|
| StringSearchModelInterpolator.InterpolateObjectAction | |
| StringSearchModelInterpolator.InterpolateObjectAction.CacheField | |
| StringSearchModelInterpolator.InterpolateObjectAction.CacheItem | |
| StringSearchModelInterpolator.InterpolateObjectAction.ListField | |
| StringSearchModelInterpolator.InterpolateObjectAction.MapField | |
| StringSearchModelInterpolator.InterpolateObjectAction.ObjectField | |
| StringSearchModelInterpolator.InterpolateObjectAction.StringField | |
| UrlNormalizingPostProcessor |
Ensures that expressions referring to URLs evaluate to normalized URLs.
|