public class ConfigurationReportCalculator extends Object implements org.springframework.beans.factory.InitializingBean
ConfigurationReportCalculator class.
| Constructor and Description | 
|---|
ConfigurationReportCalculator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()
afterPropertiesSet 
 | 
void | 
calculate()
calculate 
 | 
String | 
getBaseDir()
getBaseDir 
 | 
String | 
getOutputFileName()
getOutputFileName 
 | 
Date | 
getReportRequestDate()
Getter for the field  
reportRequestDate. | 
RWSConfig | 
getRwsConfig()
getRwsConfig 
 | 
String | 
getTheDate()
Getter for the field  
theDate. | 
String | 
getUser()
Getter for the field  
user. | 
void | 
marshal(File outputFile)
marshal 
 | 
void | 
setBaseDir(String baseDir)
setBaseDir 
 | 
void | 
setOutputFileName(String outputFileName)
setOutputFileName 
 | 
void | 
setReportRequestDate(Date reportRequestDate)
Setter for the field  
reportRequestDate. | 
void | 
setRwsConfig(RWSConfig rwsConfig)
setRwsConfig 
 | 
void | 
setTheDate(String theDate)
Setter for the field  
theDate. | 
void | 
setUser(String user)
Setter for the field  
user. | 
void | 
writeXML()
writeXML 
 | 
public void setOutputFileName(String outputFileName)
setOutputFileName
outputFileName - a String object.public void setTheDate(String theDate)
Setter for the field theDate.
theDate - a String object.public void setUser(String user)
Setter for the field user.
user - a String object.public Date getReportRequestDate()
Getter for the field reportRequestDate.
Date object.public void setReportRequestDate(Date reportRequestDate)
Setter for the field reportRequestDate.
reportRequestDate - a Date object.public void setRwsConfig(RWSConfig rwsConfig)
setRwsConfig
rwsConfig - a RWSConfig object.public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public void calculate()
calculate
public void writeXML()
              throws ConfigurationCalculationException
writeXML
ConfigurationCalculationException - if any.public void marshal(File outputFile) throws ConfigurationCalculationException
marshal
outputFile - a File object.ConfigurationCalculationException - if any.Copyright © 2021. All rights reserved.