Searched defs:getSpi (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/java/util/prefs/
H A DMacOSXPreferences.java148 protected String getSpi(String key) method in class:MacOSXPreferences
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DAbstractPreferences.java48 * (SPI) methods: {@link #getSpi(String)}, {@link #putSpi(String,String)},
58 * behavior. The <tt>getSpi</tt> method should never throw exceptions, but it
264 * #getSpi(String)}, and returns the result, unless the <tt>getSpi</tt>
287 result = getSpi(key);
1144 protected abstract String getSpi(String key); method in class:AbstractPreferences
/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java609 * @see #getSpi(String)
631 * Implements <tt>AbstractPreferences</tt> <tt>getSpi()</tt> method.
636 protected String getSpi(String javaName) { method in class:WindowsPreferences
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java526 protected String getSpi(String key) { method in class:FileSystemPreferences

Completed in 185 milliseconds