OSFI-Java  3.10.0
OpenSF Integration Library
Deprecated List
Member esa.opensf.osfi.CLP.checkValidFile (final String file)
It validates a file according to CLI v1
Member esa.opensf.osfi.CLP.getConfFile ()
Modules that do not support a global configuration file are deprecated
Member esa.opensf.osfi.CLP.parseFiles (final String arg)
The method is not part of the external API. It only makes sense for CLI v1.
Member esa.opensf.osfi.Logger.printMessage (String logType, String message, String fg, String bg)
Internal function, to be removed from public API
Member esa.opensf.osfi.Parameter.getName ()
Ambiguous function, instead use getLocalName() or getPath().
Member esa.opensf.osfi.Parameter.getValue ()
Ambiguously-named function to be removed, use getRawValue() instead.
Member esa.opensf.osfi.ParamReader.ParamReader (final String xmlFile, final String xsdFile)
Use the single argument version and call validateAgainst(String)
Class esa.opensf.osfi.XMLParser
This class has been moved to XmlFiles and DomUtils to reduce clutter
Member esa.opensf.osfi.XMLParser.read (String xmlFile, String xsdFile)
Due to the convoluted behaviour (to validate against internal schema a non-null but blank file has to be passed).