public static class CfpTableReaderImpl.CfpReaderFactoryImpl extends Object implements CfpTableReader.Factory
| Constructor and Description |
|---|
CfpReaderFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(String xmlConfig)
Returns true if this factory can handle the given xml.
|
CfpTableReader |
createReader(String xmlConfig)
Generates reader object.
|
public boolean canHandle(String xmlConfig)
MDReaderFactoryStandardizer is not checked by implementation. This method returns
true for compatible descriptors even when the descriptors standardizer configuration is not recognized.canHandle in interface MDReaderFactoryxmlConfig - configuration stringtrue when the configuration can be handled by this instancepublic CfpTableReader createReader(String xmlConfig)
MDReaderFactorycreateReader in interface MDReaderFactorycreateReader in interface CfpTableReader.FactoryxmlConfig - configuration string