Project JXTA

net.jxta.ext.config
Class Env

java.lang.Object
  extended by net.jxta.ext.config.Env

public class Env
extends Object

Container for environmental constructs.

Version:
$Id: Configurator.java,v 1.111 2003/11/14 21:38:43 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]

Field Summary
static InetAddress ALL_ADDRESSES
          All local addresses.
static File JXTA_HOME
          JXTA home directory.
static List NON_ROUTABLE_ADDRESSES
           
static String PASSWORD
          JXTA password System property key: "net.jxta.tls.password"
static String PLATFORM_CONFIG
          JXTA Platform configuration file: "PlatformConfig"
static String PRINCIPAL
          JXTA principal System property key: "net.jxta.tls.principal"
static String PROFILE
          ResourceConfigurator configuration file: "profile.xml"
static String PROXY
          JXTA HTTP proxy System property key: "jxta.proxy"
static String PROXY_HOST
          Java HTTP proxy host System key: "http.proxyHost"
static String PROXY_PASSWORD
          JXTA HTTP proxy passwod System key: "jxta.proxy.password"
static String PROXY_PORT
          Java HTTP proxy port System key: "http.proxyPort"
static String PROXY_USER
          JXTA HTTP proxy user System key: "jxta.proxy.user"
static String RECONFIGURE
          Description of the Field
 
Constructor Summary
Env()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JXTA_HOME

public static final File JXTA_HOME
JXTA home directory.


PLATFORM_CONFIG

public static final String PLATFORM_CONFIG
JXTA Platform configuration file: "PlatformConfig"

See Also:
PlatformConfigurator, Constant Field Values

PROFILE

public static final String PROFILE
ResourceConfigurator configuration file: "profile.xml"

See Also:
ResourceConfigurator, Constant Field Values

RECONFIGURE

public static final String RECONFIGURE
Description of the Field

See Also:
Constant Field Values

PRINCIPAL

public static final String PRINCIPAL
JXTA principal System property key: "net.jxta.tls.principal"

See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
JXTA password System property key: "net.jxta.tls.password"

See Also:
Constant Field Values

PROXY

public static final String PROXY
JXTA HTTP proxy System property key: "jxta.proxy"

See Also:
Constant Field Values

PROXY_USER

public static final String PROXY_USER
JXTA HTTP proxy user System key: "jxta.proxy.user"

See Also:
Constant Field Values

PROXY_PASSWORD

public static final String PROXY_PASSWORD
JXTA HTTP proxy passwod System key: "jxta.proxy.password"

See Also:
Constant Field Values

PROXY_HOST

public static final String PROXY_HOST
Java HTTP proxy host System key: "http.proxyHost"

See Also:
Constant Field Values

PROXY_PORT

public static final String PROXY_PORT
Java HTTP proxy port System key: "http.proxyPort"

See Also:
Constant Field Values

ALL_ADDRESSES

public static final InetAddress ALL_ADDRESSES
All local addresses.


NON_ROUTABLE_ADDRESSES

public static final List NON_ROUTABLE_ADDRESSES
Constructor Detail

Env

public Env()

JXTA J2SE