wt.util
Class DebugType

java.lang.Object
  extended by wt.util.DebugType
All Implemented Interfaces:
Serializable

public class DebugType
extends Object
implements Serializable

This class defines the types of elements that can be the target of debug configuration.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static DebugType CLASS
          Represents a Class.
static DebugType CLASS_HIERARCHY
          Represents a Class hierarchy.
static DebugType GROUP
          Represents a user defined group, composed of one or more of the other DebugTargetTypes.
static DebugType PACKAGE
          Represents a package.
static DebugType PACKAGE_HIERARCHY
          Represents a package hierarchy.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS

public static final DebugType CLASS
Represents a Class.

Supported API: true


CLASS_HIERARCHY

public static final DebugType CLASS_HIERARCHY
Represents a Class hierarchy.

Supported API: true


PACKAGE

public static final DebugType PACKAGE
Represents a package.

Supported API: true


PACKAGE_HIERARCHY

public static final DebugType PACKAGE_HIERARCHY
Represents a package hierarchy.

Supported API: true


GROUP

public static final DebugType GROUP
Represents a user defined group, composed of one or more of the other DebugTargetTypes.

Supported API: true