- 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
-
- setPublicOnlySinceTags(boolean) - Method in class io.spring.javaformat.checkstyle.check.SpringJavadocCheck
-
- setRequireSinceTag(boolean) - Method in class io.spring.javaformat.checkstyle.check.SpringJavadocCheck
-
- 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
-
- SpringMethodVisibilityCheck - Class in io.spring.javaformat.checkstyle.check
-
Checks that protected, package-private and private classes to not have public methods
unless they are also annotated with
@Override.
- SpringMethodVisibilityCheck() - Constructor for class io.spring.javaformat.checkstyle.check.SpringMethodVisibilityCheck
-
- 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.