|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DebugType | |
|---|---|
| com.unboundid.scim.sdk | |
| Uses of DebugType in com.unboundid.scim.sdk |
|---|
| Methods in com.unboundid.scim.sdk that return DebugType | |
|---|---|
static DebugType |
DebugType.forName(String name)
Retrieves the debug type with the specified name. |
static DebugType |
DebugType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DebugType[] |
DebugType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.unboundid.scim.sdk that return types with arguments of type DebugType | |
|---|---|
static EnumSet<DebugType> |
Debug.getDebugTypes()
Retrieves the set of debug types that will be used if debugging is enabled. |
| Methods in com.unboundid.scim.sdk with parameters of type DebugType | |
|---|---|
static void |
Debug.debug(Level l,
DebugType t,
String m)
Writes a generic debug message, if appropriate. |
static void |
Debug.debug(Level l,
DebugType t,
String m,
Throwable e)
Writes a generic debug message, if appropriate. |
static boolean |
Debug.debugEnabled(DebugType debugType)
Indicates whether debugging is enabled for messages of the specified debug type. |
| Method parameters in com.unboundid.scim.sdk with type arguments of type DebugType | |
|---|---|
static void |
Debug.setEnabled(boolean enabled,
Set<DebugType> types)
Specifies whether debugging should be enabled. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||