public static class Check.ReportFormat
extends java.lang.Object
<reportFormat format="<format>"/> nested element to define
multiple report formats for the ant-task.| Constructor and Description |
|---|
ReportFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat()
Gets the format as a String.
|
void |
setFormat(java.lang.String format)
Sets the format.
|
public java.lang.String getFormat()
public void setFormat(java.lang.String format)
format - the String value for one of the Check.ReportFormatsorg.apache.tools.ant.BuildException - When the offered String is not one of the
valid values of the Check.ReportFormats EnumeratedAttributeCopyright© 2012-21 Jeremy Long. All Rights Reserved.