public class RegularExpressionMessageFilter extends Object implements java.util.function.Predicate<org.lsst.ccs.bus.messages.StatusMessage>
| Constructor and Description |
|---|
RegularExpressionMessageFilter() |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getAccept() |
Pattern |
getVeto() |
void |
setAccept(Pattern accept)
If the survives the veto, and this pattern pattern is found, it will be
displayed.
|
void |
setVeto(Pattern veto)
If this pattern is found in the message it will be vetoed (not
displayed).
|
boolean |
test(org.lsst.ccs.bus.messages.StatusMessage message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic boolean test(org.lsst.ccs.bus.messages.StatusMessage message)
test in interface java.util.function.Predicate<org.lsst.ccs.bus.messages.StatusMessage>public Pattern getVeto()
public void setVeto(Pattern veto)
nullpublic Pattern getAccept()
public void setAccept(Pattern accept)
null.Copyright © 2015 LSST. All rights reserved.