Uses of Interface
org.sonar.java.checks.verifier.CheckVerifier
Packages that use CheckVerifier
-
Uses of CheckVerifier in org.sonar.java.checks.verifier
Methods in org.sonar.java.checks.verifier that return CheckVerifierModifier and TypeMethodDescriptionstatic CheckVerifierCheckVerifier.newVerifier()Entry point of check verification.Defines the filename to be verified with the given rule(s).Defines the filenames to be verified with the given rule(s).CheckVerifier.onFiles(Collection<String> filenames)Defines a collection of filenames to be verified with the given rule(s).CheckVerifier.withCheck(JavaFileScanner check)Defines the check to be verified against at least one test file.CheckVerifier.withChecks(JavaFileScanner... checks)Defines the check(s) to be verified against at least one test file.CheckVerifier.withClassPath(Collection<File> classpath)Defines the classpath to be used for the verification.CheckVerifier.withJavaVersion(int javaVersionAsInt)Defines the java version syntax to be used for the verification.CheckVerifier.withoutSemantic()Tells the verifier that no bytecode will be provided. -
Uses of CheckVerifier in org.sonar.java.checks.verifier.internal
Classes in org.sonar.java.checks.verifier.internal that implement CheckVerifier