com.silverpeas.export
Class ExporterFactory

java.lang.Object
  extended by com.silverpeas.export.ExporterFactory

public class ExporterFactory
extends Object

A factory of exporters in Silverpeas. The factory hides the concrete implementation used in the exporting process and it wraps the life-cycle of the exporter objects.


Method Summary
static ExporterFactory getFactory()
          Gets an instance of factory of ICalExporter objects.
 Exporter<ExportableCalendar> getICalExporter()
          Gets an exporter of a calendar in iCal format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static ExporterFactory getFactory()
Gets an instance of factory of ICalExporter objects.

Returns:
an instance of ICalExporterFactory.

getICalExporter

public Exporter<ExportableCalendar> getICalExporter()
Gets an exporter of a calendar in iCal format.

Returns:
an exporter of a calendar.


Copyright © 2016 Silverpeas. All Rights Reserved.