FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support configurable PrefStores · Issue #270 · scijava/scijava-common · GitHub

Support configurable PrefStores #270

Description

The PrefService is currently backed by the Java Preferences API always. There is a separate node for the global settings, and per class, but it is not configurable.

KNIME would like to define its own PrefStore (or perhaps give a PrefStoreFactory which generates them) which would be a new interface offering all the current getters and setters of PrefService. And then PrefService itself would basically become just a map, with PrefStore get(String key) and void put(String key, PrefStore store). Or we could go with PrefStore store(String key, PrefStoreFactory fac) or something.

If we time this redesign properly, it can be included with SJC3.

/cc @dietzc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL