com.swabunga.spell.engine
public class PropertyConfiguration extends Configuration
configuration.properties file.
| Field Summary | |
|---|---|
| URL | filename
The name of the file containing spell engine properties |
| Properties | prop
The persistent set of properties supported by the spell engine |
| Constructor Summary | |
|---|---|
| PropertyConfiguration()
Constructs and loads spell engine properties configuration. | |
| Method Summary | |
|---|---|
| boolean | getBoolean(String key) |
| int | getInteger(String key) |
| void | save()
Writes the property list (key and element pairs) in the
PropertyConfiguration file. |
| void | setBoolean(String key, boolean value) |
| void | setInteger(String key, int value) |
See Also: getBoolean
See Also: getInteger
See Also: Configuration
See Also: Configuration