public class DebugFlagsImpl extends Object implements DebugFlags
| Constructor and Description | 
|---|
| DebugFlagsImpl()All flags are off | 
| DebugFlagsImpl(String flagsOn)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getSetFlags()Return the string representing the current debug flag(s) set. | 
| boolean | isSet(String flagName)Test if named debug flag is set. | 
| void | set(String flagName,
   boolean value)Set named debug flag. | 
public DebugFlagsImpl()
public DebugFlagsImpl(String flagsOn)
flagsOn - space-separated list of flags to turn on.public String getSetFlags()
DebugFlagsgetSetFlags in interface DebugFlagspublic boolean isSet(String flagName)
DebugFlagsisSet in interface DebugFlagsflagName - name of flagpublic void set(String flagName, boolean value)
DebugFlagsset in interface DebugFlagsflagName - set this flagvalue - set to this value