facets.util.app
Class Events

java.lang.Object
  extended by facets.util.app.Events

public final class Events
extends java.lang.Object

Event tracing.


Nested Class Summary
static class Events.EventTracer
          Can be notified of build etc messages.
 
Field Summary
static boolean buildTimes
           
static boolean canRestart
           
static ValueNode DEFAULT_FILTERS
           
static boolean events
           
static java.lang.String[] FILTERS
           
static java.lang.String KEY_BUILD
           
static java.lang.String KEY_ESTIMATE
           
static java.lang.String KEY_EVENTS
           
static java.lang.String KEY_FILTERS
           
static java.lang.String KEY_MEM
           
static java.lang.String KEY_TIMES
           
static java.lang.String KEY_TIMES_RESET
           
static java.lang.String KEY_TRACE
           
static boolean restarting
           
static boolean trace
           
 
Constructor Summary
Events()
           
 
Method Summary
static void setBuildMonitor(Events.EventTracer monitor)
           
static void traceEvent(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trace

public static boolean trace

events

public static boolean events

buildTimes

public static boolean buildTimes

restarting

public static boolean restarting

canRestart

public static boolean canRestart

KEY_TRACE

public static final java.lang.String KEY_TRACE
See Also:
Constant Field Values

KEY_EVENTS

public static final java.lang.String KEY_EVENTS
See Also:
Constant Field Values

KEY_BUILD

public static final java.lang.String KEY_BUILD
See Also:
Constant Field Values

KEY_TIMES

public static final java.lang.String KEY_TIMES
See Also:
Constant Field Values

KEY_TIMES_RESET

public static final java.lang.String KEY_TIMES_RESET
See Also:
Constant Field Values

KEY_ESTIMATE

public static final java.lang.String KEY_ESTIMATE
See Also:
Constant Field Values

KEY_MEM

public static final java.lang.String KEY_MEM
See Also:
Constant Field Values

KEY_FILTERS

public static final java.lang.String KEY_FILTERS
See Also:
Constant Field Values

FILTERS

public static final java.lang.String[] FILTERS

DEFAULT_FILTERS

public static final ValueNode DEFAULT_FILTERS
Constructor Detail

Events

public Events()
Method Detail

setBuildMonitor

public static void setBuildMonitor(Events.EventTracer monitor)

traceEvent

public static void traceEvent(java.lang.String msg)