org.tfe.console
Class Settings

java.lang.Object
  |
  +--org.tfe.console.Settings
All Implemented Interfaces:
java.io.Serializable

public final class Settings
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Settings()
          Creates a new instance of Settings
 
Method Summary
static java.lang.Object getProperty(java.lang.Object aKey)
           
static void removeProperty(java.lang.Object aKey)
           
static void setProperty(java.lang.Object aKey, java.lang.Object aValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Settings

public Settings()
Creates a new instance of Settings

Method Detail

getProperty

public static java.lang.Object getProperty(java.lang.Object aKey)

setProperty

public static void setProperty(java.lang.Object aKey,
                               java.lang.Object aValue)

removeProperty

public static void removeProperty(java.lang.Object aKey)