public static class DebugFlags.DebugFlagsImpl extends Object implements DebugFlags
DebugFlags.DebugFlagsImpl| Modifier and Type | Method and Description |
|---|---|
boolean |
isSet(String flagName)
Test if named debug flag is set.
|
void |
set(String flagName,
boolean value)
Set named debug flag.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic boolean isSet(String flagName)
DebugFlagsisSet in interface DebugFlagspublic void set(String flagName, boolean value)
DebugFlagsset in interface DebugFlags