![]() |
Earth Observation Software Orbit and Attitude Adapater Tool |
![]() |
Class containing Parser Configuration. More...
Public Member Functions | |
void | loadFromFile (String fileName) throws EoAdapterError |
Read the specific "Input_Configuration/Parser_Configuration" data from the input configuration file. More... | |
Class containing Parser Configuration.
This class contains the following public elements:
Interface required for the parser configuration.
Implementations of this interface are required to construct any parser configuration that requires to read data from the confguration file
void EoOrbAttAdapter.AdpParserConfiguration.loadFromFile | ( | String | fileName | ) | throws EoAdapterError |
Read the specific "Input_Configuration/Parser_Configuration" data from the input configuration file.
fileName | configuration file to be read |
EoAdapterError | if file cannot be read |
Implemented in EoOrbAttAdapter.AdpDfdl4sParserConfiguration.
Referenced by EoOrbAttAdapter.AdpMainConfiguration.loadMainConfiguration().