Package ch.tocco.nice2.reporting.api
Interface ReportFactory<T extends Report>
- All Known Implementing Classes:
FreemarkerReportFactory
public interface ReportFactory<T extends Report>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canCreate
(ReportDescription reportDescription) createReport
(ReportDescription reportDescription) getType()
-
Method Details
-
getType
String getType() -
createReport
-
canCreate
-