Class CiModelInterpolator.ProblemDetectingValueSource
java.lang.Object
org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.ProblemDetectingValueSource
- All Implemented Interfaces:
org.codehaus.plexus.interpolation.ValueSource
- Enclosing class:
CiModelInterpolator
static class CiModelInterpolator.ProblemDetectingValueSource
extends Object
implements org.codehaus.plexus.interpolation.ValueSource
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProblemDetectingValueSource
(org.codehaus.plexus.interpolation.ValueSource valueSource, String bannedPrefix, String newPrefix, org.apache.maven.model.building.ModelProblemCollector problems) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Field Details
-
valueSource
private final org.codehaus.plexus.interpolation.ValueSource valueSource -
bannedPrefix
-
newPrefix
-
problems
private final org.apache.maven.model.building.ModelProblemCollector problems
-
-
Constructor Details
-
ProblemDetectingValueSource
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceorg.codehaus.plexus.interpolation.ValueSource
-
getFeedback
- Specified by:
getFeedback
in interfaceorg.codehaus.plexus.interpolation.ValueSource
-
clearFeedback
public void clearFeedback()- Specified by:
clearFeedback
in interfaceorg.codehaus.plexus.interpolation.ValueSource
-