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