Class Check.ReportFormat
java.lang.Object
org.owasp.dependencycheck.taskdefs.Check.ReportFormat
- Enclosing class:
Check
A class for Ant to represent the
<reportFormat format="<format>"/> nested element to define
multiple report formats for the ant-task.- Author:
- Jeremy Long
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReportFormat
public ReportFormat()
-
-
Method Details
-
getFormat
Gets the format as a String.- Returns:
- the String representing a report format
-
setFormat
Sets the format.- Parameters:
format- the String value for one of theCheck.ReportFormats- Throws:
org.apache.tools.ant.BuildException- When the offered String is not one of the valid values of theCheck.ReportFormatsEnumeratedAttribute
-