org.jcoderz.phoenix.report
Class JcoderzReportAntTask.Report

java.lang.Object
  extended by org.jcoderz.phoenix.report.JcoderzReportAntTask.Report
Enclosing class:
JcoderzReportAntTask

public final class JcoderzReportAntTask.Report
extends Object

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

JcoderzReportAntTask.Report

public JcoderzReportAntTask.Report()
Method Detail

getFile

public File getFile()
Returns the report filename.

Returns:
the report filename

setFile

public void setFile(File reportFilename)
Sets the report filename.

Parameters:
reportFilename - the report filename

getFormat

public ReportFormat getFormat()
Returns the report format.

Returns:
the report format

setFormat

public void setFormat(String reportFormat)
Sets the report format.

Parameters:
reportFormat - the report format

setif

public void setif(String property)
Only use report file if the property is set to true.

Parameters:
property - the property name to check


Copyright 2007 The jCoderZ Project.