Uses of Annotation Interface
com.puppycrawl.tools.checkstyle.XdocsPropertyType
Packages that use XdocsPropertyType
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the checks that are bundled with the main distribution.
Contains the Coding checks that are
bundled with the main distribution.
File Header checks.
Contains the Javadoc checks that are bundled with the main distribution.
Contains the regular expression checks that are bundled with the main
distribution.
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 XdocsPropertyTypeModifier and TypeFieldDescriptionprivate PropertyCacheFileChecker.cacheFileCache file.private StringChecker.localeCountryLocale country to report messages .private StringChecker.localeLanguageLocale language to report messages . -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks
Fields in com.puppycrawl.tools.checkstyle.checks with annotations of type XdocsPropertyTypeModifier and TypeFieldDescriptionprivate int[]DescendantTokenCheck.limitedTokensSpecify 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 XdocsPropertyTypeModifier and TypeFieldDescriptionprivate BitSetMagicNumberCheck.constantWaiverParentTokenSpecify tokens that are allowed in the AST path from the number literal to the enclosing constant definition.private final BitSetMultipleStringLiteralsCheck.ignoreOccurrenceContextSpecify token type names where duplicate strings are ignored even if they don't match ignoredStringsRegexp.private BitSetIllegalTypeCheck.memberModifiersControl 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 XdocsPropertyTypeModifier and TypeFieldDescriptionprivate CharsetAbstractHeaderCheck.charsetSpecify the character encoding to use when reading the headerFile.private StringMultiFileRegexpHeaderCheck.headerFilesSpecify a comma-separated list of files containing the required headers. -
Uses of XdocsPropertyType in com.puppycrawl.tools.checkstyle.checks.javadoc
Fields in com.puppycrawl.tools.checkstyle.checks.javadoc with annotations of type XdocsPropertyTypeModifier and TypeFieldDescriptionAbstractJavadocCheck.javadocTokensThe javadoc tokens the check is interested in.private BitSetAtclauseOrderCheck.targetSpecify 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 XdocsPropertyTypeModifier and TypeFieldDescriptionprivate StringRegexpMultilineCheck.formatSpecify the format of the regular expression to match.private StringRegexpSinglelineCheck.formatSpecify the format of the regular expression to match.private StringRegexpSinglelineJavaCheck.formatSpecify 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 XdocsPropertyTypeModifier and TypeFieldDescriptionprivate StringSuppressionCommentFilter.checkFormatSpecify check pattern to suppress.private StringSuppressWithNearbyCommentFilter.checkFormatSpecify check pattern to suppress.private StringSuppressWithPlainTextCommentFilter.checkFormatSpecify check pattern to suppress.private StringSuppressWithNearbyTextFilter.checkPatternSpecify check name pattern to suppress.private StringSuppressionCommentFilter.idFormatSpecify check ID pattern to suppress.private StringSuppressWithNearbyCommentFilter.idFormatSpecify check ID pattern to suppress.private StringSuppressWithPlainTextCommentFilter.idFormatSpecify check ID pattern to suppress.private StringSuppressWithNearbyTextFilter.idPatternSpecify check ID pattern to suppress.private StringSuppressionCommentFilter.messageFormatSpecify message pattern to suppress.private StringSuppressWithNearbyCommentFilter.messageFormatDefine message pattern to suppress.private StringSuppressWithPlainTextCommentFilter.messageFormatSpecify message pattern to suppress.private StringSuppressWithNearbyTextFilter.messagePatternSpecify check violation message pattern to suppress.private PatternSuppressWithNearbyTextFilter.nearbyTextPatternSpecify nearby text pattern to trigger filter to begin suppression.