Class XmlConfigurationFileFormat
java.lang.Object
io.confound.config.file.format.xml.XmlConfigurationFileFormat
- All Implemented Interfaces:
io.confound.config.file.ConfigurationFileFormat
public class XmlConfigurationFileFormat
extends Object
implements io.confound.config.file.ConfigurationFileFormat
File format implementation for a configuration stored in XML format.
This implementation recognizes files with the extension suffix "xml".
- Author:
- Magno N A Cruz
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FILENAME_EXTENSION
The supported extension suffix.- See Also:
-
-
Constructor Details
-
XmlConfigurationFileFormat
public XmlConfigurationFileFormat()
-
-
Method Details
-
getFilenameExtensions
- Specified by:
getFilenameExtensions
in interfaceio.confound.config.file.ConfigurationFileFormat
-
load
- Specified by:
load
in interfaceio.confound.config.file.ConfigurationFileFormat
- Throws:
IOException
-