public interface MessageFilterFactory
MessageFilter instances.
Filters created by the same factory instance with the same parameters are expected to have identical
functionality and be able to operate concurrently without interfering with one another.
To be usable with InstanceDialog, the factory should also define getInstance(...) method.
| Modifier and Type | Method and Description |
|---|---|
MessageFilter |
get(String[] parameters)
Constructs and returns a filter.
|
default String |
getDescription()
Returns the description of the filters created by this factory.
|
default String |
getName()
Returns the path of the filters created by this factory.
|
String |
getPath()
Returns the path of the filters created by this factory.
|
String getPath()
default String getName()
default String getDescription()
MessageFilter get(String[] parameters)
parameters - Parameters.Copyright © 2018 LSST. All rights reserved.