public class ConsoleBS2000 extends ConsoleEventSetting implements java.lang.Iterable<java.lang.String>
| Constructor and Description |
|---|
ConsoleBS2000() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(java.lang.String messageFilter)
Specify the console-output filter to be searched for
The wildcard characters "*" and "?" may be used.
|
void |
clearFilters()
Removes all existing filter entries.
|
java.util.Iterator<java.lang.String> |
iterator()
Returns an
Iterator that can be used to step through
the list of filters. |
int |
size() |
getHostName, setHostNamepublic void clearFilters()
public void addFilter(java.lang.String messageFilter)
messageFilter - Message filterpublic int size()
public java.util.Iterator<java.lang.String> iterator()
Iterator that can be used to step through
the list of filters.iterator in interface java.lang.Iterable<java.lang.String>