Class ConsoleMessageFilter

java.lang.Object
org.hortonmachine.gui.console.ConsoleMessageFilter

public class ConsoleMessageFilter
extends java.lang.Object
Utility to help filter out messages from the console.
Author:
Andrea Antonello (www.hydrologis.com)
  • Constructor Summary

    Constructors 
    Constructor Description
    ConsoleMessageFilter()  
  • Method Summary

    Modifier and Type Method Description
    static boolean doRemove​(java.lang.String line)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • doRemove

      public static boolean doRemove​(java.lang.String line)