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