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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFeedback
(String message, Throwable cause) asList()
void
clear()
void
setRecursionInterceptor
(RecursionInterceptor recursionInterceptor)
-
Constructor Details
-
InterpolationState
public InterpolationState()
-
-
Method Details
-
addFeedback
-
asList
-
clear
public void clear() -
setRecursionInterceptor
-