public static class PfTableReaderImpl.PfReaderFactoryImpl extends Object implements PfTableReader.Factory
| Constructor and Description |
|---|
PfReaderFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(String xmlConfig)
Returns true if this factory can handle the given xml.
|
PfTableReader |
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 PfTableReader createReader(String xmlConfig)
MDReaderFactorycreateReader in interface MDReaderFactorycreateReader in interface PfTableReader.FactoryxmlConfig - configuration string