Class CiModelInterpolator.ProblemDetectingValueSource

  • All Implemented Interfaces:
    org.codehaus.plexus.interpolation.ValueSource
    Enclosing class:
    CiModelInterpolator

    static class CiModelInterpolator.ProblemDetectingValueSource
    extends java.lang.Object
    implements org.codehaus.plexus.interpolation.ValueSource
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String bannedPrefix  
      private java.lang.String newPrefix  
      private org.apache.maven.model.building.ModelProblemCollector problems  
      private org.codehaus.plexus.interpolation.ValueSource valueSource  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProblemDetectingValueSource​(org.codehaus.plexus.interpolation.ValueSource valueSource, java.lang.String bannedPrefix, java.lang.String newPrefix, org.apache.maven.model.building.ModelProblemCollector problems)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearFeedback()  
      java.util.List getFeedback()  
      java.lang.Object getValue​(java.lang.String expression)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.codehaus.plexus.interpolation.ValueSource

        getValue
    • Field Detail

      • valueSource

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

        private final java.lang.String bannedPrefix
      • newPrefix

        private final java.lang.String newPrefix
      • problems

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

      • ProblemDetectingValueSource

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

      • getValue

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

        public java.util.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