Uses of Class
org.apache.maven.shared.verifier.VerificationException
Packages that use VerificationException
-
Uses of VerificationException in org.apache.maven.shared.verifier
Methods in org.apache.maven.shared.verifier that throw VerificationExceptionModifier and TypeMethodDescriptionvoidVerifier.execute()Execute Maven.voidVerifier.executeGoal(String goal) Deprecated.will be removed.voidVerifier.executeGoal(String goal, Map<String, String> envVars) Deprecated.will be removed.voidVerifier.executeGoals(List<String> goals) Deprecated.will be removedvoidDeprecated.will be removedprivate voidVerifier.findLocalRepo(String settingsFile) Verifier.getMavenVersion()Verifier.loadProperties(String filename) voidprivate static StringVerifier.retrieveLocalRepo(String settingsXmlPath) voidVerifier.verify(boolean chokeOnErrorOutput) voidVerifier.verifyArtifactContent(String groupId, String artifactId, String version, String ext, String content) Verifies that the artifact given by its Maven coordinates exists and contains the given content.voidVerifier.verifyArtifactNotPresent(String groupId, String artifactId, String version, String ext) Verifies that the artifact given through its Maven coordinates does not exist.private voidVerifier.verifyArtifactPresence(boolean wanted, String groupId, String artifactId, String version, String ext) voidVerifier.verifyArtifactPresent(String groupId, String artifactId, String version, String ext) Verifies that the artifact given through its Maven coordinates exists.voidVerifier.verifyErrorFreeLog()private voidVerifier.verifyExpectedResult(String line) voidVerifier.verifyFileContentMatches(String file, String regex) Verifies the given file's content matches an regular expression.voidVerifier.verifyFileNotPresent(String file) Verifies that the given file does not exist.private voidVerifier.verifyFilePresence(String filePath, boolean wanted) voidVerifier.verifyFilePresent(String file) Verifies that the given file exists.voidVerifier.verifyTextInLog(String text) Throws an exception if the text is not present in the log.Constructors in org.apache.maven.shared.verifier that throw VerificationExceptionModifierConstructorDescriptionVerifier(String basedir, String settingsFile, boolean debug, boolean forkJvm, String[] defaultCliArguments) privateVerifier(String basedir, String settingsFile, boolean debug, Boolean forkJvm, String[] defaultCliArguments, String mavenHome) Verifier(String basedir, String settingsFile, boolean debug, String mavenHome, String[] defaultCliArguments)