org.ocleditor.serviceability
Class PluginTrace

java.lang.Object
  extended byorg.ocleditor.serviceability.PluginTrace

public final class PluginTrace
extends java.lang.Object

Used for tracing.


Field Summary
static int BUILDER
           
static int PARSER
           
 
Method Summary
static boolean trace(int what, java.lang.String message)
          Traces the message to the command outline.
static boolean traceErr(int what, java.lang.String message)
          Traces the message to the command error outline.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILDER

public static final int BUILDER
See Also:
Constant Field Values

PARSER

public static final int PARSER
See Also:
Constant Field Values
Method Detail

trace

public static boolean trace(int what,
                            java.lang.String message)
Traces the message to the command outline.

Parameters:
what -
message -
Returns:
true is returned if message was traced.

traceErr

public static boolean traceErr(int what,
                               java.lang.String message)
Traces the message to the command error outline.

Parameters:
what -
message -
Returns:
true is returned if message was traced.