ConfigBuilder

Constructors

this
this()
Undocumented in source.
this
this(string filename, string section)
Undocumented in source.

Members

Aliases

setProperty
alias setProperty = setValue
Undocumented in source.

Functions

build
T build()
Undocumented in source. Be warned that the author may not have intended to support it.
getProperty
string getProperty(string key)

Searches for the property with the specified key in this property list. If the key is not found in this property list, the default property list, and its defaults, recursively, are then checked. The method returns {@code null} if the property is not found.

getProperty
string getProperty(string key, string defaultValue)

Searches for the property with the specified key in this property list. If the key is not found in this property list, the default property list, and its defaults, recursively, are then checked. The method returns {@code null} if the property is not found.

hasProperty
bool hasProperty(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
ConfigurationItem opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ConfigurationItem opIndex(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
subItem
ConfigurationItem subItem(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

rootItem
ConfigurationItem rootItem [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta