OSFI-Java
3.9.3
OpenSF Integration Library
|
Public Member Functions | |
UsageReader (String xmlFile) throws Exception | |
String | getUsage () |
UsageReader.
Reads an usage XML file
esa.opensf.osfi.UsageReader.UsageReader | ( | String | xmlFile | ) | throws Exception |
Class constructor.
xmlFile | Path to the XML file with the usage description. |
Exception | if an error occurred while parsing the file |
References esa.opensf.osfi.Logger.error(), esa.opensf.osfi.xmlutils.DomUtils.getChildElements(), and esa.opensf.osfi.xmlutils.XmlFiles.load().
String esa.opensf.osfi.UsageReader.getUsage | ( | ) |