public class Debug extends Object
| Constructor and Description |
|---|
Debug() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear()
Clear all flags; none are defined after this is called.
|
static boolean |
isSet(String flagName)
See if this flag is set
|
static Set<String> |
keySet()
Get the set of flag names as a Set of Strings.
|
static void |
set(String flagName,
boolean value)
Set a named flag.
|
public static boolean isSet(String flagName)
flagName - : name of flagpublic static void set(String flagName, boolean value)
flagName - : set this flagvalue - : to this boolean valuepublic static void clear()
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.