Package wt.util
Class DebugType
java.lang.Object
wt.util.DebugType
- All Implemented Interfaces:
Serializable
This class defines the types of elements that can be the target of debug
configuration.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DebugTypeRepresents a Class.static final DebugTypeRepresents a Class hierarchy.static final DebugTypeRepresents a user defined group, composed of one or more of the other DebugTargetTypes.static final DebugTypeRepresents a package.static final DebugTypeRepresents a package hierarchy. -
Method Summary
-
Field Details
-
CLASS
Represents a Class.
Supported API: true -
CLASS_HIERARCHY
Represents a Class hierarchy.
Supported API: true -
PACKAGE
Represents a package.
Supported API: true -
PACKAGE_HIERARCHY
Represents a package hierarchy.
Supported API: true -
GROUP
Represents a user defined group, composed of one or more of the other DebugTargetTypes.
Supported API: true
-