Package wt.util

Class DebugType

java.lang.Object
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:
  • Field Details

    • 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