Package com.thomasjensen.checkstyle.addons.checks.regexp
Checks that primarily apply regular expressions to stuff.
-
Class Summary Class Description RegexpOnFilenameOrgCheck This check applies a given regular expression to the names of files.RegexpOnStringCheck This check applies a regular expression to String literals found in the source. -
Enum Summary Enum Description RegexpOnFilenameOrgOption Represents the possible modes of operation for theRegexpOnFilenameOrgCheck
.