public interface SettingStoreFactory
ApplicationConfiguration
(see
Application.setSettingStoreFactory(SettingStoreFactory)
).
At runtime, the framework will use a single factory implementation to create new setting store
instances. If no custom factory is specified, the FileSettingStoreFactory
will be used
as default.
Application.setSettingStoreFactory(SettingStoreFactory)
Modifier and Type | Method and Description |
---|---|
SettingStore |
createSettingStore(java.lang.String id)
Creates and initializes a new specific setting store instance.
|
SettingStore createSettingStore(java.lang.String id)
id
- the ID for the setting store to create, must not be null
or emptynull
java.lang.IllegalArgumentException
- if the given id is empty
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0