org.schmant.report
Class TraceMode

java.lang.Object
  extended by org.schmant.report.TraceMode

public final class TraceMode
extends Object

This class has got a static boolean property that is set to true if Schmant is launched in trace mode.

Since:
0.8
Author:
Karl Gustafsson

Constructor Summary
TraceMode()
           
 
Method Summary
static boolean isTraceMode()
           
static void setTraceMode(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceMode

public TraceMode()
Method Detail

setTraceMode

public static void setTraceMode(boolean b)

isTraceMode

public static boolean isTraceMode()