cyvis.cli.ant
Class CyvisTask.Report

java.lang.Object
  extended by cyvis.cli.ant.CyvisTask.Report
Enclosing class:
CyvisTask

public class CyvisTask.Report
extends Object

A class to denote the nested element for the cyvis task.


Constructor Summary
CyvisTask.Report()
           
 
Method Summary
 File getOutFile()
           
 String getType()
           
 void setOutFile(File outFile)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyvisTask.Report

public CyvisTask.Report()
Method Detail

getOutFile

public File getOutFile()
Returns:
the output file.

setOutFile

public void setOutFile(File outFile)
Parameters:
outFile - the output file

getType

public String getType()
Returns:
the type of report to generate

setType

public void setType(String type)
Parameters:
type - the type of report to generate