Class InterpolationState
java.lang.Object
org.codehaus.plexus.interpolation.fixed.InterpolationState
AN error collector contains the errors accumulated during an interpolation.
It is stateful.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) RecursionInterceptor
(package private) FixedStringSearchInterpolator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFeedback
(String message, Throwable cause) asList()
void
clear()
void
setRecursionInterceptor
(RecursionInterceptor recursionInterceptor)
-
Field Details
-
messages
-
causes
-
unresolvable
-
recursionInterceptor
RecursionInterceptor recursionInterceptor -
root
-
-
Constructor Details
-
InterpolationState
public InterpolationState()
-
-
Method Details
-
addFeedback
-
asList
-
clear
public void clear() -
setRecursionInterceptor
-