Package | Description |
---|---|
com.thomasjensen.checkstyle.addons.checks.regexp |
Checks that primarily apply regular expressions to stuff.
|
Modifier and Type | Method and Description |
---|---|
static RegexpOnFilenameOption |
RegexpOnFilenameOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexpOnFilenameOption |
RegexpOnFilenameOption.valueOfIgnoreCase(String pValue)
Variant of
Enum.valueOf(java.lang.Class<T>, java.lang.String) that ignores value case. |
static RegexpOnFilenameOption[] |
RegexpOnFilenameOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|