Java API ReferenceClass Hierarchy | All Classes | All Fields and Methods

com.ibm.xtools.patterns.framework

Class PatternsFrameworkDebugOptions

+-- Object
      +-- PatternsFrameworkDebugOptions

final public Class PatternsFrameworkDebugOptions
extends Object

Represents the debug options that are available for use when tracing the patterns framework code.


Fields
final static public java.lang.StringDEBUG

Represents the primary debugging flag.

final static public java.lang.StringEXCEPTIONS_CATCHING

Whether or not exception catching should be traced.

final static public java.lang.StringEXCEPTIONS_THROWING

Whether or not exception throwing should be traced.

final static public java.lang.StringMETHODS_ENTERING

Whether or not method entering should be traced.

final static public java.lang.StringMETHODS_EXITING

Whether or not method existing should be traced.

final static public java.lang.StringPATTERN_EXECUTION

Whether or not pattern execution should be traced.


Feedback