org.springframework.richclient.settings
Interface SettingsFactory

All Known Implementing Classes:
JdbcSettingsFactory, PreferencesSettingsFactory, TransientSettingsFactory, XmlSettingsFactory

public interface SettingsFactory

Factory for creating Settings instances.

Author:
Peter De Bruycker

Method Summary
 Settings createSettings(String key)
          Create a new Settings instance for the given key.
 

Method Detail

createSettings

Settings createSettings(String key)
                        throws SettingsException
Create a new Settings instance for the given key.

Parameters:
key - the key
Returns:
a Settings instance
Throws:
SettingsException


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.