Class BlockExporterFactory
- java.lang.Object
-
- com.microstrategy.web.blocks.exporters.BlockExporterFactory
-
public class BlockExporterFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockExporter
getExporter(java.lang.Class<?> sourceCls)
BlockExporter
getExporter(java.lang.String fqcn)
static BlockExporterFactory
getInstance()
-
-
-
Method Detail
-
getInstance
public static BlockExporterFactory getInstance()
-
getExporter
public BlockExporter getExporter(java.lang.String fqcn)
-
getExporter
public BlockExporter getExporter(java.lang.Class<?> sourceCls)
-
-