public static enum PluginUtil.CheckerProp extends Enum<PluginUtil.CheckerProp>
Enum Constant and Description |
---|
A_DETAILED_MSG |
A_FILENAMES |
A_LINT |
A_NO_MSG_TXT |
A_SHOW_CHECKS |
A_SKIP |
A_WARNS |
MISC_COMPILER |
Modifier and Type | Method and Description |
---|---|
abstract List<String> |
getCmdLine(Map<PluginUtil.CheckerProp,Object> props) |
static PluginUtil.CheckerProp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginUtil.CheckerProp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginUtil.CheckerProp MISC_COMPILER
public static final PluginUtil.CheckerProp A_SKIP
public static final PluginUtil.CheckerProp A_LINT
public static final PluginUtil.CheckerProp A_WARNS
public static final PluginUtil.CheckerProp A_NO_MSG_TXT
public static final PluginUtil.CheckerProp A_SHOW_CHECKS
public static final PluginUtil.CheckerProp A_FILENAMES
public static final PluginUtil.CheckerProp A_DETAILED_MSG
public static PluginUtil.CheckerProp[] values()
for (PluginUtil.CheckerProp c : PluginUtil.CheckerProp.values()) System.out.println(c);
public static PluginUtil.CheckerProp valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract List<String> getCmdLine(Map<PluginUtil.CheckerProp,Object> props)