isu.indus.util
Class Debug

java.lang.Object
  |
  +--isu.indus.util.Debug

public class Debug
extends java.lang.Object


Field Summary
(package private) static boolean debugMode
           
 
Constructor Summary
Debug()
           
Debug(boolean mode)
           
 
Method Summary
 boolean getDebugMode()
          If in debug mode
 void setDebugMode(boolean mode)
          Set debug mode
static void trace(java.lang.String str)
          Show a string in a message box
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugMode

static boolean debugMode
Constructor Detail

Debug

public Debug()

Debug

public Debug(boolean mode)
Method Detail

getDebugMode

public boolean getDebugMode()
If in debug mode

Returns:
the debug status

setDebugMode

public void setDebugMode(boolean mode)
Set debug mode

Parameters:
mode -

trace

public static void trace(java.lang.String str)
Show a string in a message box

Parameters:
str - : the string to show




[Return to Jie Bao's Homepage]