|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.ext.config.Env
public class Env
Container for environmental constructs.
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 |
---|
public static final File JXTA_HOME
public static final String PLATFORM_CONFIG
PlatformConfigurator
,
Constant Field Valuespublic static final String PROFILE
ResourceConfigurator
configuration file: "profile.xml"
ResourceConfigurator
,
Constant Field Valuespublic static final String RECONFIGURE
public static final String PRINCIPAL
System
property key: "net.jxta.tls.principal"
public static final String PASSWORD
System
property key: "net.jxta.tls.password"
public static final String PROXY
System
property key: "jxta.proxy"
public static final String PROXY_USER
System
key: "jxta.proxy.user"
public static final String PROXY_PASSWORD
System
key: "jxta.proxy.password"
public static final String PROXY_HOST
System
key: "http.proxyHost"
public static final String PROXY_PORT
System
key: "http.proxyPort"
public static final InetAddress ALL_ADDRESSES
public static final List NON_ROUTABLE_ADDRESSES
Constructor Detail |
---|
public Env()
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |