com.intel.gpe.client2.defaults
Class GPEPreferences

java.lang.Object
  extended by com.intel.gpe.client2.defaults.GPEPreferences
Direct Known Subclasses:
PreferencesImpl

public class GPEPreferences
extends java.lang.Object

Version:
$Id: GPEPreferences.java,v 1.11 2007/02/21 11:14:34 dizhigul Exp $
Author:
Denis Zhigula

Field Summary
protected static java.util.prefs.Preferences root
           
 
Constructor Summary
GPEPreferences()
           
 
Method Summary
protected  java.util.prefs.Preferences getOrCreateNode(INode node)
          Gets the or create node.
protected  boolean nodeExists(INode node)
          Node exists.
protected  void removeNode(INode node)
          Removes the node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

protected static java.util.prefs.Preferences root
Constructor Detail

GPEPreferences

public GPEPreferences()
Method Detail

nodeExists

protected boolean nodeExists(INode node)
Node exists.

Parameters:
nodeName - the node name
Returns:
true, if node exists

getOrCreateNode

protected java.util.prefs.Preferences getOrCreateNode(INode node)
Gets the or create node.

Parameters:
nodeName - the node name
Returns:
the or create node

removeNode

protected void removeNode(INode node)
Removes the node.

Parameters:
nodeName - the node name


Copyright © 2008. All Rights Reserved.