Class PropertiesFormat

java.lang.Object
dev.siroshun.configapi.format.properties.PropertiesFormat
All Implemented Interfaces:
FileFormat<MapNode>

public final class PropertiesFormat extends Object implements FileFormat<MapNode>
A FileFormat implementation that loading/saving MapNode from/to properties files.

When loading from properties file, all keys/values will store as String/StringValue.

Saving to properties file supports StringRepresentable nodes and CommentedNode with StringRepresentable node. Other Node types will throw IllegalArgumentException.