Class ICalExporterProvider
- java.lang.Object
-
- org.silverpeas.core.importexport.ical.ICalExporterProvider
-
public class ICalExporterProvider extends Object
A provider of the iCal exporter.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Exporter<ExportableCalendar>
getICalExporter()
Gets an exporter of a calendar in iCal format.
-
-
-
Method Detail
-
getICalExporter
public static Exporter<ExportableCalendar> getICalExporter()
Gets an exporter of a calendar in iCal format.- Returns:
- an exporter of a calendar.
-
-