C D E G H I O P R S W 

C

canGenerateAggregateReport() - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Returns whether or not an aggregate report can be generated.
canGenerateAggregateReport() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns whether or not we can generate any aggregate reports at this time.
canGenerateNonAggregateReport() - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Returns whether or not a non-aggregate report can be generated.
canGenerateNonAggregateReport() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns whether or not the mojo can generate a non-aggregate report for this project.
canGenerateReport() - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Returns whether or not a report can be generated.

D

DependencyCheckMojo - Class in org.owasp.dependencycheck.maven
Maven Plugin that checks project dependencies to see if they have any known published vulnerabilities.
DependencyCheckMojo() - Constructor for class org.owasp.dependencycheck.maven.DependencyCheckMojo
Constructs a new dependency-check-mojo.

E

execute() - Method in class org.owasp.dependencycheck.maven.HelpMojo
execute() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Is called by Maven to execute the mojo.
executeAggregateReport(MavenProject, Locale) - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
 
executeAggregateReport(MavenProject, Locale) - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Generates the aggregate Site Report.
executeNonAggregateReport(Locale) - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Generates the Dependency-Check Site Report.
executeNonAggregateReport(Locale) - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Generates the non aggregate report.

G

generate(Sink, Locale) - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Deprecated.
use {@link #generate(org.apache.maven.doxia.sink.Sink, java.util.Locale) instead.
generate(Sink, Locale) - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Generates the Dependency-Check Site Report.
getAllChildDataFiles(MavenProject) - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns a list of data files that were produced by the direct children of the given MavenProject.
getAllChildren() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns a list containing all the recursive, non-pom children of the given project, never null.
getAllChildren(MavenProject) - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns a list containing all the recursive, non-pom children of the given project, never null.
getCategoryName() - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Returns the category name.
getDataFileContextKey() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns the key used to store the path to the data file that is saved by writeDataFile().
getDataFileName() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns the name of the data file that contains the serialized data.
getDataFiles(List<MavenProject>) - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns any existing output files from the given list of projects.
getDescription(Locale) - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Gets the description of the Dependency-Check report to be displayed in the Maven Generated Reports page.
getName(Locale) - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Returns the report name.
getOutputDirectoryContextKey() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns the key used to store the path to the output directory.
getOutputName() - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Returns the output name.
getProject() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns a reference to the current project.
getReportOutputDirectory() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns the output directory.
getReportOutputDirectory(MavenProject) - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns the output directory for the given project.

H

HelpMojo - Class in org.owasp.dependencycheck.maven
Display help information on dependency-check-maven.
Call mvn dependency-check:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.owasp.dependencycheck.maven.HelpMojo
 

I

isAggregate() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns whether or not the mojo is configured to perform report aggregation.
isExternalReport() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Returns whether this is an external report.
isLastProject() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Check whether the current project is the last project in a multi-module build.
isMultiModule(MavenProject) - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Test if the project has pom packaging
isMultiModule() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Test if the current project has pom packaging

O

org.owasp.dependencycheck.maven - package org.owasp.dependencycheck.maven
org.owasp.dependencycheck.maven This is the main package containing the Mojo Maven Plugin - dependency-check.

P

performExecute() - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Executes the dependency-check and generates the report.
performExecute() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Called when the mojo is being executed.
postExecute() - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
 
postExecute() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Runs after the mojo has executed.
postGenerate() - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
 
postGenerate() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Executes after the site report has been generated.
preExecute() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Called before execute; allows for any setup that is needed.
preGenerate() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Runs prior to the site report generation.

R

readDataFile() - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Reads the serialized scan data from disk.
readDataFile(MavenProject) - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Reads the serialized scan data from disk.
ReportAggregationMojo - Class in org.owasp.dependencycheck.maven
This is an abstract reporting mojo that enables report aggregation.
ReportAggregationMojo() - Constructor for class org.owasp.dependencycheck.maven.ReportAggregationMojo
 

S

setReportOutputDirectory(File) - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Sets the Reporting output directory.

W

writeDataFile() - Method in class org.owasp.dependencycheck.maven.DependencyCheckMojo
Writes the scan data to disk.
writeDataFile() - Method in class org.owasp.dependencycheck.maven.ReportAggregationMojo
Writes the data file to disk in the target directory.
C D E G H I O P R S W 

Copyright© 2012-14 Jeremy Long. All Rights Reserved.