org.codehaus.plexus.interpolation.fixed
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterpolationState
public InterpolationState()
addFeedback
public void addFeedback(String message,
Throwable cause)
asList
public List asList()
clear
public void clear()
setRecursionInterceptor
public void setRecursionInterceptor(RecursionInterceptor recursionInterceptor)
Copyright © 2001-2014 Codehaus. All Rights Reserved.