Class ConsoleBS2000

  • All Implemented Interfaces:
    java.lang.Iterable<java.lang.String>

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

      Constructors 
      Constructor Description
      ConsoleBS2000()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      protected void loadConsole​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element eventCons)  
      int size()  
      protected void storeConsole​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element eventCons)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • ConsoleBS2000

        public ConsoleBS2000()
    • Method Detail

      • clearFilters

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

        public void addFilter​(java.lang.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 java.util.Iterator<java.lang.String> iterator()
        Returns an Iterator that can be used to step through the list of filters.
        Specified by:
        iterator in interface java.lang.Iterable<java.lang.String>
        Returns:
        Iterator over String
      • loadConsole

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

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