com.liferay.portlet.dynamicdatalists.util
Class DDLExporterFactory

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

public class DDLExporterFactory
extends java.lang.Object

Author:
Marcellus Tavares

Field Summary
static java.util.Map<DDLExportFormat,DDLExporter> _exporters
           
 
Constructor Summary
DDLExporterFactory()
           
 
Method Summary
static DDLExporter getDDLExporter(DDLExportFormat exportFormat)
           
 void setDDLExporters(java.util.Map<java.lang.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 java.util.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(java.util.Map<java.lang.String,DDLExporter> exporters)