|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SettingStoreFactory
A setting store factory is responsible for creating and initializing a specific kind of setting
store. To contribute a custom setting store implementation, an implementation of this interface
must be provided in an 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)
Method Summary | |
---|---|
SettingStore |
createSettingStore(java.lang.String id)
Creates and initializes a new specific setting store instance. |
Method Detail |
---|
SettingStore createSettingStore(java.lang.String id)
id
- the ID for the setting store to create, must not be null
or empty
null
java.lang.IllegalArgumentException
- if the given id is empty
|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0