public class UserFilter extends Object implements MessageFilter
| Constructor and Description |
|---|
UserFilter(String name,
TracerFilter[] filters,
boolean[] or)
Constructs a filter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Returns the path of the filters created by this factory.
|
FilteredMessage |
test(FilteredMessage filteredMessage)
Applies this filter to the given message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getParameters, setParametersgetDescription, getNamepublic UserFilter(String name, TracerFilter[] filters, boolean[] or)
name - Name of this filter.filters - The sequence of filters.or - OR flags for filters in the sequence.public FilteredMessage test(FilteredMessage filteredMessage)
MessageFiltertest in interface MessageFilterfilteredMessage - The message to be filtered.null otherwise.public String getPath()
MessageFilterFactorygetPath in interface MessageFiltergetPath in interface MessageFilterFactoryCopyright © 2018 LSST. All rights reserved.