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 BlockExportergetExporter(java.lang.Class<?> sourceCls)BlockExportergetExporter(java.lang.String fqcn)static BlockExporterFactorygetInstance() 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static BlockExporterFactory getInstance()
 
- 
getExporter
public BlockExporter getExporter(java.lang.String fqcn)
 
- 
getExporter
public BlockExporter getExporter(java.lang.Class<?> sourceCls)
 
 - 
 
 -