Class ExporterManager
java.lang.Object
es.kukenan.smartfi.reports.generator.ExporterManager
Exporter manager.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindExporter(ReportType type) Find the correct exporter by type.
-
Field Details
-
exporters
Exporters.
-
-
Constructor Details
-
ExporterManager
Constructor.- Parameters:
exporters- exporters list
-
-
Method Details
-
findExporter
Find the correct exporter by type.- Parameters:
type- Report type- Returns:
- The exporter
-