org.jfree.report.modules.preferences.base |
Base classes for the config store system. This module provides base
services to save property files in a plattform and java vm version
independent way.
|
Java Source File Name | Type | Comment |
ConfigFactory.java | Class | The config factory is used to access the currently active config storage
implementation. |
ConfigStorage.java | Interface | Config storage implementations are used to store a set of properties to a certain key. |
ConfigStoreBaseModule.java | Class | The module definition for the config store system. |
ConfigStoreException.java | Class | The config store exception is throwns if an error prevents an operation on the current
configuration storage provider. |
NullConfigStorage.java | Class | An empty default implementation. |