Class InterpolationState
java.lang.Object
org.codehaus.plexus.interpolation.fixed.InterpolationState
AN error collector contains the errors accumulated during an interpolation.
It is stateful.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeedback(String message, Throwable cause) asList()voidclear()voidsetRecursionInterceptor(RecursionInterceptor recursionInterceptor)
-
Constructor Details
-
InterpolationState
public InterpolationState()
-
-
Method Details
-
addFeedback
-
asList
-
clear
public void clear() -
setRecursionInterceptor
-