Uses of Class
esa.opensf.osfi.Parameter
Packages that use Parameter
Package
Description
OSFI is a multilanguage library that provides utilities for building modules compliant
with the Generic E2E Simulator ICD from ESA.
-
Uses of Parameter in esa.opensf.osfi
Methods in esa.opensf.osfi that return ParameterModifier and TypeMethodDescriptionParamReader.getParameter(String name) Retrieves the parameter object corresponding with given name in the configuration file.Methods in esa.opensf.osfi that return types with arguments of type ParameterModifier and TypeMethodDescriptionParamReader.getAllParameters()ParamReader.getParameters(String groupName) Methods in esa.opensf.osfi with parameters of type ParameterModifier and TypeMethodDescriptionvoidParamReader.setParameter(String paramName, Parameter value) Changes the stored value of a certain parameter.Method parameters in esa.opensf.osfi with type arguments of type ParameterModifier and TypeMethodDescriptionstatic 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.