public interface IPreferencesContainer
This interface is not intended to be implemented or extended by clients.
PasswordProvider
Modifier and Type | Method and Description |
---|---|
URL |
getLocation()
Returns location corresponding to the secure preferences.
|
Object |
getOption(Object key)
Returns an option specified for this container, or
null
if the option was not specified. |
ISecurePreferences |
getPreferences()
Returns secure preferences contained in this container.
|
boolean |
hasOption(Object key)
Determines is a given option is specified for this container.
|
URL getLocation()
ISecurePreferences getPreferences()
boolean hasOption(Object key)
key
- key describing the optiontrue
if container has this option; false
otehrwiseSecurePreferencesFactory.open(java.net.URL, java.util.Map)
,
IProviderHints
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.