|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.report.ReportNormalizerAntTask.Report
public final class ReportNormalizerAntTask.Report
This class represents an input report with a format and filename.
| Constructor Summary | |
|---|---|
ReportNormalizerAntTask.Report()
|
|
| Method Summary | |
|---|---|
File |
getFile()
Returns the reportFilename. |
ReportFormat |
getFormat()
Returns the reportFormat. |
void |
setFile(File reportFilename)
Sets the reportFilename to given reportFilename. |
void |
setFormat(String reportFormat)
Sets the reportFormat to given reportFormat. |
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 ReportNormalizerAntTask.Report()
| Method Detail |
|---|
public File getFile()
public void setFile(File reportFilename)
reportFilename.
reportFilename - The reportFilename to set.public ReportFormat getFormat()
public void setFormat(String reportFormat)
reportFormat.
reportFormat - The reportFormat to set.public 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 | |||||||||