public class RegularExpressionMessageFilter extends Object implements MessageFilter
| Constructor and Description |
|---|
RegularExpressionMessageFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.lsst.ccs.bus.BusMessage message) |
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).
|
public boolean accept(org.lsst.ccs.bus.BusMessage message)
accept in interface MessageFilterpublic Pattern getVeto()
public void setVeto(Pattern veto)
nullpublic Pattern getAccept()
public void setAccept(Pattern accept)
null.Copyright © 2013 LSST. All Rights Reserved.