Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- accept(AuditEvent) - Method in class io.debezium.checkstyle.ExcludeTestPackages
- acceptTestfileEvent(AuditEvent) - Method in class io.debezium.checkstyle.ExcludeTestPackages
B
- beginTree(DetailAST) - Method in class io.debezium.checkstyle.UnusedImports
- buildError(String) - Method in class io.debezium.checkstyle.IllegalImport
C
- collect - Variable in class io.debezium.checkstyle.UnusedImports
D
- DEBUG_CLASSNAMES - Static variable in class io.debezium.checkstyle.UnusedImports
- DEBUG_CLASSNAMES_SET - Static variable in class io.debezium.checkstyle.UnusedImports
E
- excludedFileSet - Variable in class io.debezium.checkstyle.Header
- excludedFilesPattern - Variable in class io.debezium.checkstyle.Header
- excludedFilesRegex - Variable in class io.debezium.checkstyle.Header
- ExcludeTestPackages - Class in io.debezium.checkstyle
-
Allows disabling some rules for the test suite source.
- ExcludeTestPackages() - Constructor for class io.debezium.checkstyle.ExcludeTestPackages
F
- finishTree(DetailAST) - Method in class io.debezium.checkstyle.UnusedImports
G
- getAcceptableTokens() - Method in class io.debezium.checkstyle.IllegalImport
- getDefaultTokens() - Method in class io.debezium.checkstyle.IllegalImport
- getJavadocTags(TextBlock, JavadocUtil.JavadocTagType) - Static method in class io.debezium.checkstyle.JavaDocUtil
-
Gets validTags from a given piece of Javadoc.
- getRequiredTokens() - Method in class io.debezium.checkstyle.IllegalImport
H
- Header - Class in io.debezium.checkstyle
- Header() - Constructor for class io.debezium.checkstyle.Header
I
- IllegalImport - Class in io.debezium.checkstyle
-
A simple CheckStyle checker to verify specific import statements are not being used.
- IllegalImport() - Constructor for class io.debezium.checkstyle.IllegalImport
- imports - Variable in class io.debezium.checkstyle.UnusedImports
- io.debezium.checkstyle - package io.debezium.checkstyle
- isExcluded(File) - Method in class io.debezium.checkstyle.Header
- isIllegalImport(String) - Method in class io.debezium.checkstyle.IllegalImport
J
- JavaDocUtil - Class in io.debezium.checkstyle
- JavaDocUtil() - Constructor for class io.debezium.checkstyle.JavaDocUtil
L
- LINK_VALUE_IN_TEXT_PATTERN - Static variable in class io.debezium.checkstyle.UnusedImports
-
A regular expression for finding the first word within a JavaDoc "@link" text.
- LINK_VALUE_PATTERN - Static variable in class io.debezium.checkstyle.UnusedImports
-
A regular expression for finding the first classname referenced in a "@link" reference.
M
- message - Variable in class io.debezium.checkstyle.IllegalImport
- MESSAGE_DISABLE_KEYWORD - Static variable in class io.debezium.checkstyle.ExcludeTestPackages
N
- notAllowedImports - Variable in class io.debezium.checkstyle.IllegalImport
P
- PARTS_OF_CLASS_OR_REFERENCE_PATTERN - Static variable in class io.debezium.checkstyle.UnusedImports
-
A regular expression for finding the class name (group 1) and the method parameters (group 2) within a JavaDoc "@link" reference.
- print - Variable in class io.debezium.checkstyle.UnusedImports
- print(Object...) - Method in class io.debezium.checkstyle.UnusedImports
- processClassOrMethodReference(String) - Method in class io.debezium.checkstyle.UnusedImports
- processFiltered(File, FileText) - Method in class io.debezium.checkstyle.Header
- processIdent(DetailAST) - Method in class io.debezium.checkstyle.UnusedImports
-
Collects references made by IDENT.
- processImport(DetailAST) - Method in class io.debezium.checkstyle.UnusedImports
-
Collects the details of imports.
- processJavaDoc - Variable in class io.debezium.checkstyle.UnusedImports
- processJavaDocLinkParameters(DetailAST) - Method in class io.debezium.checkstyle.UnusedImports
- processJavaDocTag(JavadocTag) - Method in class io.debezium.checkstyle.UnusedImports
- processStaticImport(DetailAST) - Method in class io.debezium.checkstyle.UnusedImports
-
Collects the details of static imports.
R
- referenced - Variable in class io.debezium.checkstyle.UnusedImports
S
- setExcludedClasses(String) - Method in class io.debezium.checkstyle.Header
- setExcludedFilesRegex(String) - Method in class io.debezium.checkstyle.Header
- setHeaderFile(String) - Method in class io.debezium.checkstyle.Header
- setIllegalClassnames(String[]) - Method in class io.debezium.checkstyle.IllegalImport
-
Set the list of illegal import statements.
- setMessage(String) - Method in class io.debezium.checkstyle.IllegalImport
- setProcessJavadoc(boolean) - Method in class io.debezium.checkstyle.UnusedImports
- SUB_PATH - Static variable in class io.debezium.checkstyle.ExcludeTestPackages
U
- UnusedImports - Class in io.debezium.checkstyle
-
This is a specialization of the
UnusedImportsCheckthat fixes a couple of problems, including correctly processing@linkexpressions that are not properly terminated on the same line, correctly processing JavaDoc@paramlines, and correctly processing method parameters contained with@linkexpressions. - UnusedImports() - Constructor for class io.debezium.checkstyle.UnusedImports
V
- visitToken(DetailAST) - Method in class io.debezium.checkstyle.IllegalImport
- visitToken(DetailAST) - Method in class io.debezium.checkstyle.UnusedImports
W
- workingDirPath - Variable in class io.debezium.checkstyle.Header
- workingDirPathLength - Variable in class io.debezium.checkstyle.Header
All Classes and Interfaces|All Packages|Constant Field Values