Class ProblemDetectingValueSource
java.lang.Object
org.apache.maven.model.interpolation.ProblemDetectingValueSource
- All Implemented Interfaces:
org.codehaus.plexus.interpolation.ValueSource
@Deprecated(since="4.0.0")
class ProblemDetectingValueSource
extends Object
implements org.codehaus.plexus.interpolation.ValueSource
Deprecated.
Wraps another value source and intercepts interpolated expressions, checking for problems.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
Deprecated.private final String
Deprecated.private final ModelProblemCollector
Deprecated.private final org.codehaus.plexus.interpolation.ValueSource
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionProblemDetectingValueSource
(org.codehaus.plexus.interpolation.ValueSource valueSource, String bannedPrefix, String newPrefix, ModelProblemCollector problems) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Deprecated.Deprecated.
-
Field Details
-
valueSource
private final org.codehaus.plexus.interpolation.ValueSource valueSourceDeprecated. -
bannedPrefix
Deprecated. -
newPrefix
Deprecated. -
problems
Deprecated.
-
-
Constructor Details
-
ProblemDetectingValueSource
ProblemDetectingValueSource(org.codehaus.plexus.interpolation.ValueSource valueSource, String bannedPrefix, String newPrefix, ModelProblemCollector problems) Deprecated.
-
-
Method Details
-
getValue
Deprecated.- Specified by:
getValue
in interfaceorg.codehaus.plexus.interpolation.ValueSource
-
getFeedback
Deprecated.- Specified by:
getFeedback
in interfaceorg.codehaus.plexus.interpolation.ValueSource
-
clearFeedback
public void clearFeedback()Deprecated.- Specified by:
clearFeedback
in interfaceorg.codehaus.plexus.interpolation.ValueSource
-
ModelBuilder
instead