Class InterpolationState
- java.lang.Object
-
- org.codehaus.plexus.interpolation.fixed.InterpolationState
-
public class InterpolationState extends java.lang.ObjectAN error collector contains the errors accumulated during an interpolation. It is stateful.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.Throwable>causesprivate java.util.List<java.lang.String>messages(package private) RecursionInterceptorrecursionInterceptor(package private) FixedStringSearchInterpolatorroot(package private) java.util.Set<java.lang.String>unresolvable
-
Constructor Summary
Constructors Constructor Description InterpolationState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFeedback(java.lang.String message, java.lang.Throwable cause)java.util.ListasList()voidclear()voidsetRecursionInterceptor(RecursionInterceptor recursionInterceptor)
-
-
-
Field Detail
-
messages
private final java.util.List<java.lang.String> messages
-
causes
private final java.util.List<java.lang.Throwable> causes
-
unresolvable
final java.util.Set<java.lang.String> unresolvable
-
recursionInterceptor
RecursionInterceptor recursionInterceptor
-
root
FixedStringSearchInterpolator root
-
-
Method Detail
-
addFeedback
public void addFeedback(java.lang.String message, java.lang.Throwable cause)
-
asList
public java.util.List asList()
-
clear
public void clear()
-
setRecursionInterceptor
public void setRecursionInterceptor(RecursionInterceptor recursionInterceptor)
-
-