net.jxta.impl.config
Class Config
java.lang.Object
net.jxta.impl.config.Config
Deprecated. The specification of JXTA_HOME will eventually be moved to
the PeerGroupFactory as a parameter to newPlatformPeerGroup(). ie. JXTA will
have no built-in notion of it's home directory until it is instantiated by
the application. This will give applications greater control. In the
meantime applications should; maintain their own idea of where JXTA_HOME
is located and use net.jxta.impl.config.Config.JXTA_HOME only through a
private accessor method.
- public final class Config
- extends Object
A singleton who's only remaining function is to manage the location of the
directory where jxta's work files will be stored.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JXTA_HOME
public static final String JXTA_HOME
- Deprecated.