Liferay 6.1.0-ce-rc1

com.liferay.portlet.dynamicdatalists.util
Class DDLExporterFactory

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.util.DDLExporterFactory

public class DDLExporterFactory
extends Object


Field Summary
static Map<DDLExportFormat,DDLExporter> _exporters
           
 
Constructor Summary
DDLExporterFactory()
           
 
Method Summary
static DDLExporter getDDLExporter(DDLExportFormat exportFormat)
           
 void setDDLExporters(Map<String,DDLExporter> exporters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_exporters

public static Map<DDLExportFormat,DDLExporter> _exporters
Constructor Detail

DDLExporterFactory

public DDLExporterFactory()
Method Detail

getDDLExporter

public static DDLExporter getDDLExporter(DDLExportFormat exportFormat)
                                  throws PortalException
Throws:
PortalException

setDDLExporters

public void setDDLExporters(Map<String,DDLExporter> exporters)

Liferay 6.1.0-ce-rc1