|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.interpolation.AbstractValueSource
public abstract class AbstractValueSource
Constructor Summary | |
---|---|
protected |
AbstractValueSource(boolean usesFeedback)
|
Method Summary | |
---|---|
protected void |
addFeedback(java.lang.String message)
|
protected void |
addFeedback(java.lang.String message,
java.lang.Throwable cause)
|
void |
clearFeedback()
Clear the feedback accumulated by a prior interpolation run. |
java.util.List |
getFeedback()
Return the feedback about resolution failures for a particular expression. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.plexus.interpolation.ValueSource |
---|
getValue |
Constructor Detail |
---|
protected AbstractValueSource(boolean usesFeedback)
Method Detail |
---|
public void clearFeedback()
ValueSource
clearFeedback
in interface ValueSource
public java.util.List getFeedback()
ValueSource
getFeedback
in interface ValueSource
protected void addFeedback(java.lang.String message)
protected void addFeedback(java.lang.String message, java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |