Example usage for java.util.prefs AbstractPreferences subclass-usage

List of usage examples for java.util.prefs AbstractPreferences subclass-usage

Introduction

In this page you can find the example usage for java.util.prefs AbstractPreferences subclass-usage.

Usage

From source file fr.mby.utils.common.prefs.StreamPreferences.java

/**
 * @author Maxime Bossard - 2013
 * 
 */
public class StreamPreferences extends AbstractPreferences {

From source file hr.fer.zemris.vhdllab.platform.preference.DatabasePreferences.java

public class DatabasePreferences extends AbstractPreferences {

    /**
     * Logger for this class
     */
    private static final Logger LOG = Logger.getLogger(DatabasePreferences.class);

From source file com.adito.boot.PropertyPreferences.java

/**
 * A simple implementation for the preferences API. That stores preferences
 * in propery files. We do not have to worry about sharing the preferencese 
 * with other JVM instance so there is no need for any kind of synchronising
 * or locking.
 */

From source file com.sslexplorer.boot.PropertyPreferences.java

/**
 * A simple implementation for the preferences API. That stores preferences
 * in propery files. We do not have to worry about sharing the preferencese 
 * with other JVM instance so there is no need for any kind of synchronising
 * or locking.
 */

From source file org.pentaho.reporting.designer.core.settings.prefs.BinaryPreferences.java

/**
 * Todo: Document Me
 *
 * @author Thomas Morgner
 */
public class BinaryPreferences extends AbstractPreferences {

From source file org.sonatype.nexus.rt.prefs.FilePreferences.java

/**
 * Preferences implementation that stores to a user-defined file. See FilePreferencesFactory. Modified by cstamas,
 * switched to SLF4J logging, and exposed preferences file property.
 * 
 * @author David Croft (<a href="http://www.davidc.net">www.davidc.net</a>)
 * @version $Id: FilePreferences.java 283 2009-06-18 17:06:58Z david $

From source file org.openconcerto.sql.preferences.SQLPreferences.java

/**
 * Preferences backed by SQL tables.
 * 
 * @author Sylvain CUAZ
 */
@ThreadSafe