Class InterpolationState

java.lang.Object
org.codehaus.plexus.interpolation.fixed.InterpolationState

public class InterpolationState extends Object
AN error collector contains the errors accumulated during an interpolation. It is stateful.
  • Constructor Details

    • InterpolationState

      public InterpolationState()
  • Method Details

    • addFeedback

      public void addFeedback(String message, Throwable cause)
    • asList

      public List asList()
    • clear

      public void clear()
    • setRecursionInterceptor

      public void setRecursionInterceptor(RecursionInterceptor recursionInterceptor)