Skip navigation links
A B C D F G I L P R S V 

A

accept(TreeWalkerAuditEvent) - Method in class io.spring.javaformat.checkstyle.filter.RequiresOuterThisFilter
 

B

beginProcessing(String) - Method in class io.spring.javaformat.checkstyle.SpringChecks
 
beginTree(DetailAST) - Method in class io.spring.javaformat.checkstyle.check.SpringJUnit5Check
 
beginTree(DetailAST) - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 

C

CheckFilter - Class in io.spring.javaformat.checkstyle.filter
Base class for checks that act as a filter for a single child.
CheckFilter() - Constructor for class io.spring.javaformat.checkstyle.filter.CheckFilter
 

D

DEFAULT_HEADER_COPYRIGHT_PATTERN - Static variable in class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
The default header copyright pattern.
DEFAULT_HEADER_TYPE - Static variable in class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
The default header type.
DEFAULT_PROJECT_ROOT_PACKAGE - Static variable in class io.spring.javaformat.checkstyle.check.SpringImportOrderCheck
The default root package.

F

finishLocalSetup() - Method in class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
 
finishLocalSetup() - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 
finishLocalSetup() - Method in class io.spring.javaformat.checkstyle.SpringChecks
 
finishTree(DetailAST) - Method in class io.spring.javaformat.checkstyle.check.SpringJUnit5Check
 
finishTree(DetailAST) - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 

G

getAcceptableTokens() - Method in class io.spring.javaformat.checkstyle.check.SpringCatchCheck
 
getAcceptableTokens() - Method in class io.spring.javaformat.checkstyle.check.SpringJavadocCheck
 
getAcceptableTokens() - Method in class io.spring.javaformat.checkstyle.check.SpringJUnit5Check
 
getAcceptableTokens() - Method in class io.spring.javaformat.checkstyle.check.SpringLambdaCheck
 
getAcceptableTokens() - Method in class io.spring.javaformat.checkstyle.check.SpringMethodOrderCheck
 
getAcceptableTokens() - Method in class io.spring.javaformat.checkstyle.check.SpringNoThisCheck
 
getAcceptableTokens() - Method in class io.spring.javaformat.checkstyle.check.SpringTernaryCheck
 
getAcceptableTokens() - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 
getDefaultTokens() - Method in class io.spring.javaformat.checkstyle.check.SpringJavadocCheck
 
getDefaultTokens() - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 
getExternalResourceLocations() - Method in class io.spring.javaformat.checkstyle.SpringChecks
 
getMessages() - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 
getRequiredTokens() - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 

I

IdentCheckFilter - Class in io.spring.javaformat.checkstyle.filter
CheckFilter that can be used to skip "ident" tokens.
IdentCheckFilter() - Constructor for class io.spring.javaformat.checkstyle.filter.IdentCheckFilter
 
io.spring.javaformat.checkstyle - package io.spring.javaformat.checkstyle
 
io.spring.javaformat.checkstyle.check - package io.spring.javaformat.checkstyle.check
 
io.spring.javaformat.checkstyle.filter - package io.spring.javaformat.checkstyle.filter
 
isCommentNodesRequired() - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 

L

leaveToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 

P

processFiltered(File, FileText) - Method in class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
 
processFiltered(File, FileText) - Method in class io.spring.javaformat.checkstyle.SpringChecks
 

R

RequiresOuterThisFilter - Class in io.spring.javaformat.checkstyle.filter
TreeWalkerFilter that can used to relax the 'this.' requirement when referring to an outer class from an inner class.
RequiresOuterThisFilter() - Constructor for class io.spring.javaformat.checkstyle.filter.RequiresOuterThisFilter
 

S

setAllowAssignement(boolean) - Method in class io.spring.javaformat.checkstyle.check.SpringNoThisCheck
 
setCharset(String) - Method in class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
 
setClassLoader(ClassLoader) - Method in class io.spring.javaformat.checkstyle.SpringChecks
Sets classLoader to load class.
setEqualsTest(String) - Method in class io.spring.javaformat.checkstyle.check.SpringTernaryCheck
 
setHeaderCopyrightPattern(String) - Method in class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
 
setHeaderCopyrightPattern(String) - Method in class io.spring.javaformat.checkstyle.SpringChecks
 
setHeaderFile(URI) - Method in class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
 
setHeaderFile(String) - Method in class io.spring.javaformat.checkstyle.SpringChecks
 
setHeaderType(String) - Method in class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
 
setHeaderType(String) - Method in class io.spring.javaformat.checkstyle.SpringChecks
 
setModuleFactory(ModuleFactory) - Method in class io.spring.javaformat.checkstyle.SpringChecks
Sets the module factory for creating child modules (Checks).
setNames(String...) - Method in class io.spring.javaformat.checkstyle.check.SpringNoThisCheck
 
setNames(String...) - Method in class io.spring.javaformat.checkstyle.filter.IdentCheckFilter
 
setPackageInfoHeaderFile(URI) - Method in class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
 
setPackageInfoHeaderType(String) - Method in class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
 
setProjectRootPackage(String) - Method in class io.spring.javaformat.checkstyle.check.SpringImportOrderCheck
 
setProjectRootPackage(String) - Method in class io.spring.javaformat.checkstyle.SpringChecks
 
setSingleArgumentParentheses(boolean) - Method in class io.spring.javaformat.checkstyle.check.SpringLambdaCheck
 
setUnlessImports(String) - Method in class io.spring.javaformat.checkstyle.check.SpringJUnit5Check
 
setupChild(Configuration) - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 
setupChild(Configuration) - Method in class io.spring.javaformat.checkstyle.SpringChecks
 
SpringCatchCheck - Class in io.spring.javaformat.checkstyle.check
Checks that catch blocks follow Spring conventions.
SpringCatchCheck() - Constructor for class io.spring.javaformat.checkstyle.check.SpringCatchCheck
 
SpringChecks - Class in io.spring.javaformat.checkstyle
FileSetCheck that applies Spring checkstype rules.
SpringChecks() - Constructor for class io.spring.javaformat.checkstyle.SpringChecks
 
SpringHeaderCheck - Class in io.spring.javaformat.checkstyle.check
Checks that the source headers follow Spring conventions.
SpringHeaderCheck() - Constructor for class io.spring.javaformat.checkstyle.check.SpringHeaderCheck
 
SpringHideUtilityClassConstructor - Class in io.spring.javaformat.checkstyle.check
Extension to HideUtilityClassConstructorCheck that doesn't fail certain common Spring patterns.
SpringHideUtilityClassConstructor() - Constructor for class io.spring.javaformat.checkstyle.check.SpringHideUtilityClassConstructor
 
SpringImportOrderCheck - Class in io.spring.javaformat.checkstyle.check
Checks that the order of imports follow Spring conventions.
SpringImportOrderCheck() - Constructor for class io.spring.javaformat.checkstyle.check.SpringImportOrderCheck
 
SpringJavadocCheck - Class in io.spring.javaformat.checkstyle.check
Checks that the javadoc comments follow Spring conventions.
SpringJavadocCheck() - Constructor for class io.spring.javaformat.checkstyle.check.SpringJavadocCheck
 
SpringJUnit5Check - Class in io.spring.javaformat.checkstyle.check
Checks that JUnit 5 conventions are followed and that JUnit 4 is not accidentally used.
SpringJUnit5Check() - Constructor for class io.spring.javaformat.checkstyle.check.SpringJUnit5Check
 
SpringLambdaCheck - Class in io.spring.javaformat.checkstyle.check
Checks that lambda definitions follow Spring conventions.
SpringLambdaCheck() - Constructor for class io.spring.javaformat.checkstyle.check.SpringLambdaCheck
 
SpringMethodOrderCheck - Class in io.spring.javaformat.checkstyle.check
Checks that methods are defined in the correct order.
SpringMethodOrderCheck() - Constructor for class io.spring.javaformat.checkstyle.check.SpringMethodOrderCheck
 
SpringNoThisCheck - Class in io.spring.javaformat.checkstyle.check
Checks that certain fields are never referenced using 'this.'.
SpringNoThisCheck() - Constructor for class io.spring.javaformat.checkstyle.check.SpringNoThisCheck
 
SpringTernaryCheck - Class in io.spring.javaformat.checkstyle.check
Checks that ternary operations follow Spring conventions.
SpringTernaryCheck() - Constructor for class io.spring.javaformat.checkstyle.check.SpringTernaryCheck
 
SpringTernaryCheck.EqualsTest - Enum in io.spring.javaformat.checkstyle.check
Type of equals operators allowed in the test condition.

V

valueOf(String) - Static method in enum io.spring.javaformat.checkstyle.check.SpringTernaryCheck.EqualsTest
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.spring.javaformat.checkstyle.check.SpringTernaryCheck.EqualsTest
Returns an array containing the constants of this enum type, in the order they are declared.
visitToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.check.SpringCatchCheck
 
visitToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.check.SpringHideUtilityClassConstructor
 
visitToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.check.SpringJavadocCheck
 
visitToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.check.SpringJUnit5Check
 
visitToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.check.SpringLambdaCheck
 
visitToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.check.SpringMethodOrderCheck
 
visitToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.check.SpringNoThisCheck
 
visitToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.check.SpringTernaryCheck
 
visitToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.filter.CheckFilter
 
visitToken(DetailAST) - Method in class io.spring.javaformat.checkstyle.filter.IdentCheckFilter
 
A B C D F G I L P R S V 
Skip navigation links

Copyright © 2019. All rights reserved.