Defines an interface for configuration storage controllers.
Classes implementing this interface allow reading and writing configuration data from and to the storage.
Expanded class hierarchy of StorageInterface
All classes that implement StorageInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StorageInterface:: |
public | function | Decodes configuration data from the storage-specific format. | 4 |
StorageInterface:: |
public | function | Deletes a configuration object from the storage. | 4 |
StorageInterface:: |
public | function | Encodes configuration data into the storage-specific format. | 4 |
StorageInterface:: |
public | function | Returns whether a configuration object exists. | 4 |
StorageInterface:: |
public | function | Gets configuration object names starting with a given prefix. | 4 |
StorageInterface:: |
public | function | Reads configuration data from the storage. | 4 |
StorageInterface:: |
public | function | Renames a configuration object in the storage. | 4 |
StorageInterface:: |
public | function | Writes configuration data to the storage. | 4 |