public static enum PluginUtil.CheckerProp extends java.lang.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 |
IMPLICIT_IMPORTS |
MISC_COMPILER |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<java.lang.String> |
getCmdLine(java.util.Map<PluginUtil.CheckerProp,java.lang.Object> props) |
static PluginUtil.CheckerProp |
valueOf(java.lang.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 IMPLICIT_IMPORTS
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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract java.util.List<java.lang.String> getCmdLine(java.util.Map<PluginUtil.CheckerProp,java.lang.Object> props)