public class SkipFlags extends Object
Modifier and Type | Field and Description |
---|---|
private static Map<SkipFlag,Boolean> |
values |
Modifier | Constructor and Description |
---|---|
private |
SkipFlags() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isTrue(SkipFlag flag)
Returns true if specified flag is set to true, otherwise false.
|
static void |
reset()
Clears the flags HashMap.
|
static void |
setFalse(SkipFlag flag)
Sets specified flag to false and adds it to the HashMap.
|
static void |
setTrue(SkipFlag flag)
Sets specified flag to true and adds it to the HashMap.
|
public static boolean isTrue(SkipFlag flag)
flag
- public static void setTrue(SkipFlag flag)
flag
- public static void setFalse(SkipFlag flag)
flag
- public static void reset()