com.threerings.cast
Class CastPrefs

java.lang.Object
  extended by com.threerings.cast.CastPrefs

public class CastPrefs
extends Object

Provides access to runtime configuration parameters for this package and its subpackages.


Field Summary
static PrefsConfig config
          Used to load our preferences from a properties file and map them to the persistent Java preferences repository.
 
Constructor Summary
CastPrefs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

public static PrefsConfig config
Used to load our preferences from a properties file and map them to the persistent Java preferences repository.

Constructor Detail

CastPrefs

public CastPrefs()