Class XmlPropertiesConfigurationFileFormat
java.lang.Object
io.confound.config.file.format.properties.XmlPropertiesConfigurationFileFormat
- All Implemented Interfaces:
io.confound.config.file.ConfigurationFileFormat
public class XmlPropertiesConfigurationFileFormat
extends Object
implements io.confound.config.file.ConfigurationFileFormat
File format implementation for a configuration stored in XML properties format.
This implementation recognizes files with the extension suffix "properties.xml", stored in the XML schema recognized by
Properties.loadFromXML(InputStream)
.
- Author:
- Garret Wilson
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FILENAME_EXTENSION
The supported filename extension.- See Also:
-
-
Constructor Details
-
XmlPropertiesConfigurationFileFormat
public XmlPropertiesConfigurationFileFormat()
-
-
Method Details
-
getFilenameExtensions
- Specified by:
getFilenameExtensions
in interfaceio.confound.config.file.ConfigurationFileFormat
-
load
- Specified by:
load
in interfaceio.confound.config.file.ConfigurationFileFormat
- Throws:
IOException
-