Uses of Class
esa.opensf.osfi.LoadResult
Packages that use LoadResult
Package
Description
OSFI is a multilanguage library that provides utilities for building modules compliant
with the Generic E2E Simulator ICD from ESA.
Package with helper functions and classes to read and manipulate XML files and DOM trees.
-
Uses of LoadResult in esa.opensf.osfi
Methods in esa.opensf.osfi that return LoadResultModifier and TypeMethodDescription<R> LoadResult<R>LoadResult.Builder.finishEmpty(Object source, Exception fatalErr) Complete the operation without a result object.<R> LoadResult<R>LoadResult.Builder.finishWithResult(Object source, R result) Complete the operation with a result object.static 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.Methods in esa.opensf.osfi with parameters of type LoadResultModifier 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. -
Uses of LoadResult in esa.opensf.osfi.xmlutils
Methods in esa.opensf.osfi.xmlutils that return LoadResultModifier and TypeMethodDescriptionstatic LoadResult<Document>Read and parse a XML document, without validation.static LoadResult<Document>Read and parse a XML document, without validation.static LoadResult<Document>XmlFiles.loadAndValidate(File file, File schema, String schemaLang, boolean stopOnFirstError) Read and parse a XML document, validating against an internal or external schema.static LoadResult<Void>Validates an XML file against a schema.