|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.report.JcoderzReportAntTask.Report
public final class JcoderzReportAntTask.Report
This class represents input report with a format and filename.
| Constructor Summary | |
|---|---|
JcoderzReportAntTask.Report()
|
|
| Method Summary | |
|---|---|
File |
getFile()
Returns the report filename. |
ReportFormat |
getFormat()
Returns the report format. |
void |
setFile(File reportFilename)
Sets the report filename. |
void |
setFormat(String reportFormat)
Sets the report format. |
void |
setif(String property)
Only use report file if the property is set to true. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JcoderzReportAntTask.Report()
| Method Detail |
|---|
public File getFile()
public void setFile(File reportFilename)
reportFilename - the report filenamepublic ReportFormat getFormat()
public void setFormat(String reportFormat)
reportFormat - the report formatpublic void setif(String property)
true.
property - the property name to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||