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 Details

    • valueSource

      private final org.codehaus.plexus.interpolation.ValueSource valueSource
    • bannedPrefix

      private final String bannedPrefix
    • newPrefix

      private final String newPrefix
    • problems

      private final org.apache.maven.model.building.ModelProblemCollector problems
  • Constructor Details

    • ProblemDetectingValueSource

      ProblemDetectingValueSource(org.codehaus.plexus.interpolation.ValueSource valueSource, String bannedPrefix, String newPrefix, org.apache.maven.model.building.ModelProblemCollector problems)
  • Method Details

    • getValue

      public Object getValue(String expression)
      Specified by:
      getValue in interface org.codehaus.plexus.interpolation.ValueSource
    • getFeedback

      public List getFeedback()
      Specified by:
      getFeedback in interface org.codehaus.plexus.interpolation.ValueSource
    • clearFeedback

      public void clearFeedback()
      Specified by:
      clearFeedback in interface org.codehaus.plexus.interpolation.ValueSource