Uses of Class
com.puppycrawl.tools.checkstyle.XdocsPropertyType
-
Packages that use XdocsPropertyType Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.com.puppycrawl.tools.checkstyle.checks Contains the checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.coding Contains the Coding checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.header File Header checks.com.puppycrawl.tools.checkstyle.checks.javadoc Contains the Javadoc checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.regexp Contains the regular expression checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle
Fields in com.puppycrawl.tools.checkstyle with annotations of type XdocsPropertyType Modifier and Type Field Description private PropertyCacheFile
Checker. cacheFile
Cache file.private String
Checker. localeCountry
Locale country to report messages .private String
Checker. localeLanguage
Locale language to report messages . -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks
Fields in com.puppycrawl.tools.checkstyle.checks with annotations of type XdocsPropertyType Modifier and Type Field Description private int[]
DescendantTokenCheck. limitedTokens
Specify set of tokens with limited occurrences as descendants. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.coding
Fields in com.puppycrawl.tools.checkstyle.checks.coding with annotations of type XdocsPropertyType Modifier and Type Field Description private BitSet
MagicNumberCheck. constantWaiverParentToken
Specify tokens that are allowed in the AST path from the number literal to the enclosing constant definition.private BitSet
MultipleStringLiteralsCheck. ignoreOccurrenceContext
Specify token type names where duplicate strings are ignored even if they don't match ignoredStringsRegexp.private BitSet
IllegalTypeCheck. memberModifiers
Control whether to check only methods and fields with any of the specified modifiers. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.header
Fields in com.puppycrawl.tools.checkstyle.checks.header with annotations of type XdocsPropertyType Modifier and Type Field Description private Charset
AbstractHeaderCheck. charset
Specify the character encoding to use when reading the headerFile. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.javadoc
Fields in com.puppycrawl.tools.checkstyle.checks.javadoc with annotations of type XdocsPropertyType Modifier and Type Field Description private BitSet
AtclauseOrderCheck. target
Specify block tags targeted. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.regexp
Fields in com.puppycrawl.tools.checkstyle.checks.regexp with annotations of type XdocsPropertyType Modifier and Type Field Description private String
RegexpMultilineCheck. format
Specify the format of the regular expression to match.private String
RegexpSinglelineCheck. format
Specify the format of the regular expression to match.private String
RegexpSinglelineJavaCheck. format
Specify the format of the regular expression to match. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.filters
Fields in com.puppycrawl.tools.checkstyle.filters with annotations of type XdocsPropertyType Modifier and Type Field Description private String
SuppressionCommentFilter. checkFormat
Specify check pattern to suppress.private String
SuppressWithNearbyCommentFilter. checkFormat
Specify check pattern to suppress.private String
SuppressWithPlainTextCommentFilter. checkFormat
Specify check pattern to suppress.private String
SuppressWithNearbyTextFilter. checkPattern
Specify check name pattern to suppress.private String
SuppressionCommentFilter. idFormat
Specify check ID pattern to suppress.private String
SuppressWithNearbyCommentFilter. idFormat
Specify check ID pattern to suppress.private String
SuppressWithPlainTextCommentFilter. idFormat
Specify check ID pattern to suppress.private String
SuppressWithNearbyTextFilter. idPattern
Specify check ID pattern to suppress.private String
SuppressionCommentFilter. messageFormat
Specify message pattern to suppress.private String
SuppressWithNearbyCommentFilter. messageFormat
Define message pattern to suppress.private String
SuppressWithPlainTextCommentFilter. messageFormat
Specify message pattern to suppress.private String
SuppressWithNearbyTextFilter. messagePattern
Specify check violation message pattern to suppress.private Pattern
SuppressWithNearbyTextFilter. nearbyTextPattern
Specify nearby text pattern to trigger filter to begin suppression.
-