IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework
Class PatternsFrameworkDebugOptions

java.lang.Object
  extended bycom.ibm.xtools.patterns.framework.PatternsFrameworkDebugOptions

public final class PatternsFrameworkDebugOptions
extends Object

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


Field Summary
static String DEBUG
          The primary debugging flag.
static String EXCEPTIONS_CATCHING
          Whether or not exception catching should be traced.
static String EXCEPTIONS_THROWING
          Whether or not exception throwing should be traced.
static String METHODS_ENTERING
          Whether or not method entering should be traced.
static String METHODS_EXITING
          Whether or not method existing should be traced.
static String PATTERN_EXECUTION
          Whether or not pattern execution should be traced--the main flag supported currently.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final String DEBUG
The primary debugging flag.


EXCEPTIONS_CATCHING

public static final String EXCEPTIONS_CATCHING
Whether or not exception catching should be traced.


EXCEPTIONS_THROWING

public static final String EXCEPTIONS_THROWING
Whether or not exception throwing should be traced.


METHODS_ENTERING

public static final String METHODS_ENTERING
Whether or not method entering should be traced.


METHODS_EXITING

public static final String METHODS_EXITING
Whether or not method existing should be traced.


PATTERN_EXECUTION

public static final String PATTERN_EXECUTION
Whether or not pattern execution should be traced--the main flag supported currently.


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.