Package io.confound.config.file.format.properties
-
Class Summary Class Description PropertiesConfigurationFileFormat File format implementation for a configuration stored in standard properties format, using the UTF-8 charset by default, or any UTF-* encoding (including UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE) for which a Byte Order Mark (BOM) is present.XmlPropertiesConfigurationFileFormat File format implementation for a configuration stored in XML properties format.