Uses of Class
org.apertereports.common.xml.config.ReportConfig

Packages that use ReportConfig
org.apertereports.common.xml.config   
 

Uses of ReportConfig in org.apertereports.common.xml.config
 

Fields in org.apertereports.common.xml.config with type parameters of type ReportConfig
protected  List<ReportConfig> ReportConfigRoot.reportConfigs
           
 

Methods in org.apertereports.common.xml.config that return types with arguments of type ReportConfig
 List<ReportConfig> ReportConfigRoot.getReportConfigs()
           
 List<ReportConfig> XmlReportConfigLoader.stringAsReportConfigs(String input)
          Converts a string containing XML to a list of ReportConfig.
 

Method parameters in org.apertereports.common.xml.config with type arguments of type ReportConfig
 String XmlReportConfigLoader.reportConfigsAsString(List<ReportConfig> reportConfigs)
          Converts a list of ReportConfig to a single string.
 void ReportConfigRoot.setReportConfigs(List<ReportConfig> reportConfigs)
           
 

Constructor parameters in org.apertereports.common.xml.config with type arguments of type ReportConfig
ReportConfigRoot(List<ReportConfig> reportConfigs)
           
 



Copyright © 2011-2012. All Rights Reserved.