public abstract class AbstractMessageMatcherComposite<T> extends java.lang.Object implements MessageMatcher<T>
MessageMatcher containing multiple MessageMatcher| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
protected org.apache.commons.logging.Log |
LOGGER
Deprecated.
since 5.4 in favor of
logger |
ANY_MESSAGE| Modifier and Type | Method and Description |
|---|---|
java.util.List<MessageMatcher<T>> |
getMessageMatchers() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmatchesprotected final org.apache.commons.logging.Log logger
@Deprecated protected final org.apache.commons.logging.Log LOGGER
loggerpublic java.util.List<MessageMatcher<T>> getMessageMatchers()
public java.lang.String toString()
toString in class java.lang.Object