public interface AdpParserConfiguration
Implementations of this interface are required to construct any parser configuration that requires to read data from the confguration file
Modifier and Type | Method and Description |
---|---|
void |
loadFromFile(java.lang.String fileName)
Read the specific "Input_Configuration/Parser_Configuration" data
from the input configuration file.
|
void loadFromFile(java.lang.String fileName) throws EoAdapterError
fileName
- configuration file to be readEoAdapterError
- if file cannot be read