|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.dataselectors.export.ExportSelectorCommandFactory
public class ExportSelectorCommandFactory
This class is a factory of RelationalExportCommandInterface
and OLAPExportCommandInterface
instances.
Constructor Summary | |
---|---|
ExportSelectorCommandFactory()
Default constructor. |
Method Summary | |
---|---|
OLAPExportCommandInterface |
getOLAPCommand(java.lang.String outputType,
java.lang.ClassLoader loader)
Returns an instance of a OLAPExportCommandInterface for the specific output type. |
RelationalExportCommandV2Interface |
getRelationalCommand(java.lang.String outputType,
java.lang.ClassLoader loader)
Returns an instance of a RelationalExportCommandInterface for the specific output type |
Constructor Detail |
---|
public ExportSelectorCommandFactory()
Method Detail |
---|
public RelationalExportCommandV2Interface getRelationalCommand(java.lang.String outputType, java.lang.ClassLoader loader)
RelationalExportCommandInterface
for the specific output type
outputType
- the output type.
Supported values are:
ExportSelectorInterface.EXCEL_TSV_OUTPUT_TYPE
,
ExportSelectorInterface.EXCEL_CSV_OUTPUT_TYPE
,
ExportSelectorInterface.EXCEL_XML_OUTPUT_TYPE
,
ExportSelectorInterface.EXCEL_HTML_OUTPUT_TYPE
ExportSelectorInterface.WORD_HTML_OUTPUT_TYPE
loader
- the class loader to use to load the class that implements the RelationalExportCommandV2Interface
to return.
RelationalExportCommandV2Interface
public OLAPExportCommandInterface getOLAPCommand(java.lang.String outputType, java.lang.ClassLoader loader)
OLAPExportCommandInterface
for the specific output type.
outputType
- The output type.
Supported values are:
ExportSelectorInterface.EXCEL_TSV_OUTPUT_TYPE
,
ExportSelectorInterface.EXCEL_CSV_OUTPUT_TYPE
,
ExportSelectorInterface.EXCEL_XML_OUTPUT_TYPE
,
ExportSelectorInterface.EXCEL_HTML_OUTPUT_TYPE
ExportSelectorInterface.WORD_HTML_OUTPUT_TYPE
loader
- the class loader to use to load the class that implements the OLAPExportCommandInterface
to return.
OLAPExportCommandInterface
.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |