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