net.sourceforge.helpgui.util
Class Out

java.lang.Object
  extended by net.sourceforge.helpgui.util.Out

public class Out
extends java.lang.Object

Class aible to write a simple message on the console

Author:
Alexandre THOMAS

Field Summary
static int FAILED
           
static int length
           
static int OK
           
 
Constructor Summary
Out()
           
 
Method Summary
static void msg(java.lang.String msg)
          Write a message on the standar output and finish it by [ OK ].
static void msg(java.lang.String msg, int state)
          Write a message on the standar output and finish it by the specify state (OK, or FAILED).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static int OK

FAILED

public static int FAILED

length

public static int length
Constructor Detail

Out

public Out()
Method Detail

msg

public static void msg(java.lang.String msg)
Write a message on the standar output and finish it by [ OK ].


msg

public static void msg(java.lang.String msg,
                       int state)
Write a message on the standar output and finish it by the specify state (OK, or FAILED).