net.sourceforge.argval.lang
Class SystemConstants

java.lang.Object
  extended by net.sourceforge.argval.lang.SystemConstants

public final class SystemConstants
extends Object

Contains the String constants, for getting property values from the class java.lang.System.

   java.lang.System.getProperty(SystemConstants.JAVA_VERSION);
 
See java.lang.System.getProperties() for more details.

Version:
$Revision: 1.1 $ Last modified: $Date: 2006/11/16 11:20:23 $
Author:
$Author: verha001 $

Field Summary
static String FILE_SEPARATOR
          File separator ("/" on UNIX)
static String JAVA_CLASS_PATH
          Java class path
static String JAVA_CLASS_VERSION
          Java class format version number
static String JAVA_COMPILER
          Name of JIT compiler to use
static String JAVA_EXT_DIRS
          Path of extension directory or directories
static String JAVA_HOME
          Java installation directory
static String JAVA_IO_TMPDIR
          Default temp file path
static String JAVA_LIBRARY_PATH
          List of paths to search when loading libraries
static String JAVA_SPECIFICATION_NAME
          Java Runtime Environment specification name
static String JAVA_SPECIFICATION_VENDOR
          Java Runtime Environment specification vendor
static String JAVA_SPECIFICATION_VERSION
          Java Runtime Environment specification version
static String JAVA_VENDOR
          Java Runtime Environment vendor
static String JAVA_VENDOR_URL
          Java vendor URL
static String JAVA_VERSION
          Java Runtime Environment version
static String JAVA_VM_NAME
          Java Virtual Machine implementation name
static String JAVA_VM_SPECIFICATION_NAME
          Java Virtual Machine specification name
static String JAVA_VM_SPECIFICATION_VENDOR
          Java Virtual Machine specification vendor
static String JAVA_VM_SPECIFICATION_VERSION
          Java Virtual Machine specification version
static String JAVA_VM_VENDOR
          Java Virtual Machine implementation vendor
static String JAVA_VM_VERSION
          Java Virtual Machine implementation version
static String LINE_SEPARATOR
          Line separator ("\n" on UNIX)
static String NON_PROXY_HOSTS
          The hosts to exclude from the HTTP proxy.
static String OS_ARCH
          Operating system architecture
static String OS_NAME
          Operating system name
static String OS_VERSION
          Operating system version
static String PATH_SEPARATOR
          Path separator (":" on UNIX)
static String PROXY_HOST
          The HTTP proxy hostname.
static String PROXY_PASSWORD
          The password which is used for authentication on the HTTP proxy.
static String PROXY_PORT
          The HTTP proxy port.
static String PROXY_USER
          The userid which is used for authentication on the HTTP proxy.
static String USER_DIR
          User's current working directory
static String USER_HOME
          User's home directory
static String USER_NAME
          User's account name
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_VERSION

public static final String JAVA_VERSION
Java Runtime Environment version

See Also:
Constant Field Values

JAVA_VENDOR

public static final String JAVA_VENDOR
Java Runtime Environment vendor

See Also:
Constant Field Values

JAVA_VENDOR_URL

public static final String JAVA_VENDOR_URL
Java vendor URL

See Also:
Constant Field Values

JAVA_HOME

public static final String JAVA_HOME
Java installation directory

See Also:
Constant Field Values

JAVA_VM_SPECIFICATION_VERSION

public static final String JAVA_VM_SPECIFICATION_VERSION
Java Virtual Machine specification version

See Also:
Constant Field Values

JAVA_VM_SPECIFICATION_VENDOR

public static final String JAVA_VM_SPECIFICATION_VENDOR
Java Virtual Machine specification vendor

See Also:
Constant Field Values

JAVA_VM_SPECIFICATION_NAME

public static final String JAVA_VM_SPECIFICATION_NAME
Java Virtual Machine specification name

See Also:
Constant Field Values

JAVA_VM_VERSION

public static final String JAVA_VM_VERSION
Java Virtual Machine implementation version

See Also:
Constant Field Values

JAVA_VM_VENDOR

public static final String JAVA_VM_VENDOR
Java Virtual Machine implementation vendor

See Also:
Constant Field Values

JAVA_VM_NAME

public static final String JAVA_VM_NAME
Java Virtual Machine implementation name

See Also:
Constant Field Values

JAVA_SPECIFICATION_VERSION

public static final String JAVA_SPECIFICATION_VERSION
Java Runtime Environment specification version

See Also:
Constant Field Values

JAVA_SPECIFICATION_VENDOR

public static final String JAVA_SPECIFICATION_VENDOR
Java Runtime Environment specification vendor

See Also:
Constant Field Values

JAVA_SPECIFICATION_NAME

public static final String JAVA_SPECIFICATION_NAME
Java Runtime Environment specification name

See Also:
Constant Field Values

JAVA_CLASS_VERSION

public static final String JAVA_CLASS_VERSION
Java class format version number

See Also:
Constant Field Values

JAVA_CLASS_PATH

public static final String JAVA_CLASS_PATH
Java class path

See Also:
Constant Field Values

JAVA_LIBRARY_PATH

public static final String JAVA_LIBRARY_PATH
List of paths to search when loading libraries

See Also:
Constant Field Values

JAVA_IO_TMPDIR

public static final String JAVA_IO_TMPDIR
Default temp file path

See Also:
Constant Field Values

JAVA_COMPILER

public static final String JAVA_COMPILER
Name of JIT compiler to use

See Also:
Constant Field Values

JAVA_EXT_DIRS

public static final String JAVA_EXT_DIRS
Path of extension directory or directories

See Also:
Constant Field Values

OS_NAME

public static final String OS_NAME
Operating system name

See Also:
Constant Field Values

OS_ARCH

public static final String OS_ARCH
Operating system architecture

See Also:
Constant Field Values

OS_VERSION

public static final String OS_VERSION
Operating system version

See Also:
Constant Field Values

FILE_SEPARATOR

public static final String FILE_SEPARATOR
File separator ("/" on UNIX)

See Also:
Constant Field Values

PATH_SEPARATOR

public static final String PATH_SEPARATOR
Path separator (":" on UNIX)

See Also:
Constant Field Values

LINE_SEPARATOR

public static final String LINE_SEPARATOR
Line separator ("\n" on UNIX)

See Also:
Constant Field Values

USER_NAME

public static final String USER_NAME
User's account name

See Also:
Constant Field Values

USER_HOME

public static final String USER_HOME
User's home directory

See Also:
Constant Field Values

USER_DIR

public static final String USER_DIR
User's current working directory

See Also:
Constant Field Values

PROXY_HOST

public static final String PROXY_HOST
The HTTP proxy hostname.

See Also:
PROXY_PORT, NON_PROXY_HOSTS, PROXY_USER, Constant Field Values

PROXY_PORT

public static final String PROXY_PORT
The HTTP proxy port.

See Also:
PROXY_HOST, Constant Field Values

NON_PROXY_HOSTS

public static final String NON_PROXY_HOSTS
The hosts to exclude from the HTTP proxy.

See Also:
PROXY_HOST, Constant Field Values

PROXY_USER

public static final String PROXY_USER
The userid which is used for authentication on the HTTP proxy.

See Also:
PROXY_HOST, PROXY_PASSWORD, Constant Field Values

PROXY_PASSWORD

public static final String PROXY_PASSWORD
The password which is used for authentication on the HTTP proxy.

See Also:
PROXY_HOST, PROXY_USER, Constant Field Values


Copyright © 2013 Verhagen Software. All Rights Reserved.