Class ConsoleBS2000

All Implemented Interfaces:
Iterable<String>

public class ConsoleBS2000 extends ConsoleEventSetting implements Iterable<String>
Console settings for BS2000.
  • Constructor Details

    • ConsoleBS2000

      public ConsoleBS2000()
  • Method Details

    • clearFilters

      public void clearFilters()
      Removes all existing filter entries.
    • addFilter

      public void addFilter(String messageFilter)
      Specify the console-output filter to be searched for The wildcard characters "*" and "?" may be used. "*" stands for any number of characters, "?" for one specific character.
      Parameters:
      messageFilter - Message filter
    • size

      public int size()
      Returns:
      Number of filters
    • iterator

      public Iterator<String> iterator()
      Returns an Iterator that can be used to step through the list of filters.
      Specified by:
      iterator in interface Iterable<String>
      Returns:
      Iterator over String
    • loadConsole

      protected void loadConsole(com.uc4.util.XMLDocument doc, Element eventCons)
      Specified by:
      loadConsole in class ConsoleEventSetting
    • storeConsole

      protected void storeConsole(com.uc4.util.XMLDocument doc, Element eventCons)
      Specified by:
      storeConsole in class ConsoleEventSetting