public abstract class AbstractDependencyTrackerMojo
extends org.codehaus.groovy.maven.mojo.GroovyMojo
implements groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
protected File |
actualReportDir |
| Constructor and Description |
|---|
AbstractDependencyTrackerMojo() |
afterExecute, beforeExecute, fail, fail, getAntgetLog, getPluginContext, setLog, setPluginContextprotected File actualReportDir
public org.apache.maven.project.MavenProject getProject()
public void setProject(org.apache.maven.project.MavenProject value)
public String getReportFileName()
public void setReportFileName(String value)
public String getCheckSum()
public void setCheckSum(String value)
public boolean getIncludeDirectDependencies()
public boolean isIncludeDirectDependencies()
public void setIncludeDirectDependencies(boolean value)
public String getIncludeScope()
public void setIncludeScope(String value)
public UntrackedVersionInfo[] getNotTrackedVersions()
public void setNotTrackedVersions(UntrackedVersionInfo[] value)
public boolean getSeparateReportLinesWithEmptyLines()
public boolean isSeparateReportLinesWithEmptyLines()
public void setSeparateReportLinesWithEmptyLines(boolean value)
public Object getCalculateCheckSum()
public void setCalculateCheckSum(Object value)
public SortedSet reportLines()
public boolean diffReports(boolean validateArtifactChecksums,
boolean validatePomChecksums)
public String getReportLineSeparator()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class org.codehaus.groovy.maven.mojo.GroovyMojopublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class org.codehaus.groovy.maven.mojo.GroovyMojopublic Object invokeMethod(String name, Object args)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class org.codehaus.groovy.maven.mojo.GroovyMojopublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class org.codehaus.groovy.maven.mojo.GroovyMojoCopyright © 2023 Atlassian. All rights reserved.