Uses of Class
esa.opensf.osfi.ParamReader
Packages that use ParamReader
Package
Description
OSFI is a multilanguage library that provides utilities for building modules compliant
with the Generic E2E Simulator ICD from ESA.
-
Uses of ParamReader in esa.opensf.osfi
Methods in esa.opensf.osfi that return types with arguments of type ParamReaderModifier and TypeMethodDescriptionstatic LoadResult<ParamReader>ParamReader.load(LoadResult<Document> xml, boolean stopOnSingleParamError) Parse the contents of an XML document into OSFI parameters.static LoadResult<ParamReader>ParamReader.load(LoadResult<Document> xml, boolean stopOnSingleParamError, Map<String, Parameter> map) Parse the contents of an XML document into OSFI parameters.static LoadResult<ParamReader>ParamReader.load(LoadResult<Document> xml, boolean stopOnSingleParamError, Map<String, Parameter> map, Set<ParamReader.WarningType> suppWarns) Parse the contents of an XML document into OSFI parameters.