C R S 

C

com.gluonhq.charm.down.plugins - package com.gluonhq.charm.down.plugins
Primary API package for Down - Settings plugin, contains the interface SettingsService and related classes.

R

remove(String) - Method in interface com.gluonhq.charm.down.plugins.SettingsService
Removes the setting for the specified key.
retrieve(String) - Method in interface com.gluonhq.charm.down.plugins.SettingsService
Retrieves the value of the setting that is identified by the specified key.

S

SettingsService - Interface in com.gluonhq.charm.down.plugins
The SettingService provides a simple way for storing, retrieving and removing key-value pairs of strings.
SettingsServiceFactory - Class in com.gluonhq.charm.down.plugins
 
SettingsServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.SettingsServiceFactory
 
store(String, String) - Method in interface com.gluonhq.charm.down.plugins.SettingsService
Stores the setting with the specified key and value.
C R S 
Skip navigation links