SimpleConfigurationStorage Class Reference

Inherits from NSObject
Conforms to ConfigurationStorage
Declared in SimpleConfigurationStorage.h

Overview

Default implementation of ConfigurationStorage protocol that uses file system to store configuration data.

+ storageWithPath:

+ (instancetype)storageWithPath:(NSString *)path

Parameters

path

Absolute path within file system.

Discussion

Declared In

SimpleConfigurationStorage.h