org.jcoderz.phoenix.report
Class ReportNormalizerAntTask.Report

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

public final class ReportNormalizerAntTask.Report
extends Object

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

ReportNormalizerAntTask.Report

public ReportNormalizerAntTask.Report()
Method Detail

getFile

public File getFile()
Returns the reportFilename.

Returns:
the reportFilename.

setFile

public void setFile(File reportFilename)
Sets the reportFilename to given reportFilename.

Parameters:
reportFilename - The reportFilename to set.

getFormat

public ReportFormat getFormat()
Returns the reportFormat.

Returns:
the reportFormat.

setFormat

public void setFormat(String reportFormat)
Sets the reportFormat to given reportFormat.

Parameters:
reportFormat - The reportFormat to set.

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.