Package esa.opensf.osfi


package esa.opensf.osfi
OSFI is a multilanguage library that provides utilities for building modules compliant with the Generic E2E Simulator ICD from ESA. This allows such modules to be executed and configured by the openSF tool. OSFI offers three main functionalities:
  • Parsing of command line arguments with the CLP class.
  • Logging of messages with the Logger class.
  • Parsing of XML configuration files with the ParamReader and Parameter classes.
Since:
3.5 (renamed package to comply with section 4.3 of the ESA Java coding standards)
See Also: