Interface Settings

All Superinterfaces:
Iterable<Map.Entry<String,String>>
All Known Subinterfaces:
PersistentSettings, SimpleSettings
All Known Implementing Classes:
FileSettings, SimpleSettingsImpl

public interface Settings extends Iterable<Map.Entry<String,String>>
provides persistent settings for any application. The settings can be edited manually. Settings are organized into groups which may contain other groups. Groups are, however, optional and a root group exists and is the first to be available.
Author:
Steve Flasby