public class ClirrArbitraryCheckMojo extends AbstractClirrMojo
Modifier and Type | Field and Description |
---|---|
protected ArtifactSpecification[] |
newComparisonArtifacts
List of artifacts to compare to baseline.
|
protected ArtifactSpecification[] |
oldComparisonArtifacts
List of artifacts to serve as a baseline to compare against.
|
classesDirectory, comparisonArtifacts, comparisonVersion, excludes, factory, ignored, ignoredDifferencesFile, includes, localRepository, logResults, minSeverity, project, resolver, skip, textOutputFile, xmlOutputFile
Constructor and Description |
---|
ClirrArbitraryCheckMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
doExecute() |
protected ClirrDiffListener |
executeClirr(net.sf.clirr.core.Severity minSeverity) |
protected net.sf.clirr.core.spi.JavaType[] |
resolveClasses(ArtifactSpecification[] artifacts,
net.sf.clirr.core.ClassFilter classFilter) |
canGenerate, convertSeverity, createClassLoader, createClassSet, execute, executeClirr, getAllIgnored, getTransitiveDependencies, resolveArtifacts
protected ArtifactSpecification[] oldComparisonArtifacts
protected ArtifactSpecification[] newComparisonArtifacts
protected void doExecute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
doExecute
in class AbstractClirrMojo
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected net.sf.clirr.core.spi.JavaType[] resolveClasses(ArtifactSpecification[] artifacts, net.sf.clirr.core.ClassFilter classFilter) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
protected ClirrDiffListener executeClirr(net.sf.clirr.core.Severity minSeverity) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
executeClirr
in class AbstractClirrMojo
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2006–2016 MojoHaus. All rights reserved.