public interface DebugFlags
| Modifier and Type | Interface and Description |
|---|---|
static class |
DebugFlags.DebugFlagsImpl |
| Modifier and Type | Method and Description |
|---|---|
static DebugFlags |
create(String flagsOn)
Create a set of debug flags from a list of flag names.
|
boolean |
isSet(String flagName)
Test if named debug flag is set.
|
void |
set(String flagName,
boolean value)
Set named debug flag.
|
static DebugFlags create(String flagsOn)
flagsOn - space-separated list of flags to turn on.boolean isSet(String flagName)
void set(String flagName, boolean value)