public static interface Properties.PropertiesBuilder extends Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.structure.Property,Properties.PropertiesBuilder>, Properties.MutableProperties
Properties.ClearableProperties, Properties.MutableProperties, Properties.PropertiesBuilderDictionary.MutableDictionary.DictionaryBuilder<K,V,T extends org.refcodes.structure.Relation<K,V>,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,T,B>>Dictionary.ClearableDictionary<K,V>, Dictionary.MutableDictionary<K,V>Keys.ClearableKeys<K,V>, Keys.MutableKeys<K,V>loadFrom, loadFrom, put, putAll, putAll, putAll, putBoolean, putByte, putDouble, putFloat, putInteger, putLong, putShortgetBoolean, getByte, getDouble, getFloat, getInteger, getLong, getShort, saveTo, saveTo, saveTo, saveTo, toMap, toPropertiesput, putisEmpty, sizecontainsKey, get, keySet, valuesremoveByKeydefault Properties.PropertiesBuilder withPut(String aKey, String aValue)
withPut in interface Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.structure.Property,Properties.PropertiesBuilder>default Properties.PropertiesBuilder withPut(org.refcodes.structure.Property aProperty)
withPut in interface Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.structure.Property,Properties.PropertiesBuilder>default Properties.PropertiesBuilder withPutInteger(String aKey, Integer aValue)
default Properties.PropertiesBuilder withPutShort(String aKey, Short aValue)
default Properties.PropertiesBuilder withPutByte(String aKey, Byte aValue)
default Properties.PropertiesBuilder withPutDouble(String aKey, Double aValue)
default Properties.PropertiesBuilder withPutFloat(String aKey, Float aValue)
default Properties.PropertiesBuilder withPutBoolean(String aKey, Boolean aValue)
default Properties.PropertiesBuilder withPutLong(String aKey, Long aValue)
default Properties.PropertiesBuilder withLoadFrom(File aFile) throws IOException
Properties.MutableProperties.loadFrom(File).aFile - The file from which to load the properties.IOException - thrown in case loading the properties faileddefault Properties.PropertiesBuilder withLoadFrom(String aFilePath) throws IOException
Properties.MutableProperties.loadFrom(String).aFilePath - The file path from which to load the properties.IOException - thrown in case loading the properties faileddefault Properties.PropertiesBuilder withSaveTo(File aFile) throws IOException
Properties.saveTo(File).aFile - The File from which to load the properties.IOException - thrown in case saving the properties faileddefault Properties.PropertiesBuilder withSaveTo(String aFilePath) throws IOException
Properties.saveTo(String).aFilePath - The file path from which to load the properties.IOException - thrown in case saving the properties faileddefault Properties.PropertiesBuilder withSaveTo(File aFile, String aComment) throws IOException
Properties.saveTo(File, String).aFile - The File from which to load the properties.aComment - The description for the properties file.IOException - thrown in case saving the properties faileddefault Properties.PropertiesBuilder withSaveTo(String aFilePath, String aComment) throws IOException
Properties.saveTo(String, String).aFilePath - The file path from which to load the properties.aComment - The description for the properties file.IOException - thrown in case saving the properties failedCopyright © 2017. All rights reserved.