core
Class Output

java.lang.Object
  extended by core.Output

public class Output
extends java.lang.Object


Constructor Summary
Output()
           
 
Method Summary
static void clearScreen()
          Clear the screen.
static void error(java.lang.Object s)
          Print a Wormwood error if debugging is turned on.
static void print(java.lang.Object s)
          Print a string, without breaking the line at the end.
static void println(java.lang.Object s)
          Print a string, with a newline at the end.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Output

public Output()
Method Detail

clearScreen

public static void clearScreen()
Clear the screen.


println

public static void println(java.lang.Object s)
Print a string, with a newline at the end.


print

public static void print(java.lang.Object s)
Print a string, without breaking the line at the end.


error

public static void error(java.lang.Object s)
Print a Wormwood error if debugging is turned on.