Module net.luis.utils
Package net.luis.utils.io.data.property
package net.luis.utils.io.data.property
-
ClassDescriptionRepresents a collection of properties.
This class is immutable and is used for reading properties only.Represents a property with a key and a value.
The key and the value are both strings.
The value can be parsed to different types using the methods provided by this class.Configuration for reading and writing properties.Represents a reader for properties.
This reader reads the properties from a defined input and returns them as a properties object.
The base format of the properties is a key-value pair separated by a separator:Represents a writer for properties.