Uses of Class
net.seesharpsoft.commons.collection.Properties
| Package | Description |
|---|---|
| net.seesharpsoft.commons.collection |
-
Uses of Properties in net.seesharpsoft.commons.collection
Methods in net.seesharpsoft.commons.collection that return Properties Modifier and Type Method Description static PropertiesProperties. read(java.io.File file)static PropertiesProperties. read(java.io.File file, java.lang.String keyValueSeparator)static PropertiesProperties. read(java.io.File file, java.lang.String keyValueSeparator, java.nio.charset.Charset encoding)static PropertiesProperties. read(java.io.File file, java.nio.charset.Charset encoding)Constructors in net.seesharpsoft.commons.collection with parameters of type Properties Constructor Description Properties(Properties parentProperties)Properties(Properties parentProperties, boolean caseSensitive)