Class and Description |
---|
esa.opensf.osfi.XMLParser |
Exceptions and Description |
---|
esa.opensf.osfi.XMLParser.ParseException
This class has been "renamed"
XmlParseException
to reduce namespace clutter |
Method and Description |
---|
esa.opensf.osfi.CLP.checkValidFile(String)
It validates a file according to CLI v1
|
esa.opensf.osfi.CLP.getConfFile()
Modules that do not support a global configuration file are deprecated
|
esa.opensf.osfi.Parameter.getName()
Ambiguous function, instead use getLocalName or getPath
|
esa.opensf.osfi.Parameter.getValue()
Ambiguously-named function to be removed, use
Parameter.getRawValue() instead. |
esa.opensf.osfi.CLP.parseFiles(String)
The method is not part of the external API. It only makes sense for CLI v1.
|
esa.opensf.osfi.Logger.printMessage(String, String, String, String)
Internal function, to be removed from public API
|
esa.opensf.osfi.XMLParser.read(String, String)
Due to the convoluted behaviour (to validate against internal schema a non-null
but blank file has to be passed).
|
Constructor and Description |
---|
esa.opensf.osfi.ParamReader(String, String)
Use the single argument version and call
ParamReader.validateAgainst(String) |