| Package | Description |
|---|---|
| org.refcodes.collection | |
| org.refcodes.collection.impls |
| Modifier and Type | Method and Description |
|---|---|
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withLoadFrom(File aFile)
Builder method for
Properties.MutableProperties.loadFrom(File). |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withLoadFrom(String aFilePath)
Builder method for
Properties.MutableProperties.loadFrom(String). |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withPut(org.refcodes.structure.Property aProperty) |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withPut(String aKey,
String aValue) |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withPutBoolean(String aKey,
Boolean aValue)
Sets the
Boolean value for the property referred to by the
key. |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withPutByte(String aKey,
Byte aValue)
Sets the
Byte value for the property referred to by the key. |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withPutDouble(String aKey,
Double aValue)
Sets the
Double value for the property referred to by the
key. |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withPutFloat(String aKey,
Float aValue)
Sets the
Float value for the property referred to by the key. |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withPutInteger(String aKey,
Integer aValue)
Sets the
Integer value for the property referred to by the
key. |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withPutLong(String aKey,
Long aValue)
Sets the
Long value for the property referred to by the key. |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withPutShort(String aKey,
Short aValue)
Sets the
Short value for the property referred to by the key. |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withSaveTo(File aFile)
Builder method for
Properties.saveTo(File). |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withSaveTo(File aFile,
String aComment)
Builder method for
Properties.saveTo(File, String). |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withSaveTo(String aFilePath)
Builder method for
Properties.saveTo(String). |
default Properties.PropertiesBuilder |
Properties.PropertiesBuilder.withSaveTo(String aFilePath,
String aComment)
Builder method for
Properties.saveTo(String, String). |
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertiesImpl.PropertiesBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
Properties.PropertiesBuilder |
PropertiesImpl.PropertiesBuilderImpl.withPut(org.refcodes.structure.Property aProperty) |
Properties.PropertiesBuilder |
PropertiesImpl.PropertiesBuilderImpl.withPut(String aKey,
String aValue) |
Copyright © 2017. All rights reserved.