Java com.google.common.base StandardSystemProperty fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.base StandardSystemProperty fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.base StandardSystemProperty.

The text is from its open source code.

Field

StandardSystemPropertyJAVA_VERSION
Java Runtime Environment version.
StandardSystemPropertyJAVA_VENDOR
Java Runtime Environment vendor.
StandardSystemPropertyJAVA_VENDOR_URL
Java vendor URL.
StandardSystemPropertyJAVA_HOME
Java installation directory.
StandardSystemPropertyJAVA_VM_SPECIFICATION_VERSION
Java Virtual Machine specification version.
StandardSystemPropertyJAVA_VM_SPECIFICATION_VENDOR
Java Virtual Machine specification vendor.
StandardSystemPropertyJAVA_VM_SPECIFICATION_NAME
Java Virtual Machine specification name.
StandardSystemPropertyJAVA_VM_VERSION
Java Virtual Machine implementation version.
StandardSystemPropertyJAVA_VM_VENDOR
Java Virtual Machine implementation vendor.
StandardSystemPropertyJAVA_VM_NAME
Java Virtual Machine implementation name.
StandardSystemPropertyJAVA_SPECIFICATION_VERSION
Java Runtime Environment specification version.
StandardSystemPropertyJAVA_SPECIFICATION_VENDOR
Java Runtime Environment specification vendor.
StandardSystemPropertyJAVA_SPECIFICATION_NAME
Java Runtime Environment specification name.
StandardSystemPropertyJAVA_CLASS_VERSION
Java class format version number.
StandardSystemPropertyJAVA_CLASS_PATH
Java class path.
StandardSystemPropertyJAVA_LIBRARY_PATH
List of paths to search when loading libraries.
StandardSystemPropertyJAVA_IO_TMPDIR
Default temp file path.
StandardSystemPropertyJAVA_COMPILER
Name of JIT compiler to use.
StandardSystemPropertyOS_NAME
Operating system name.
StandardSystemPropertyOS_ARCH
Operating system architecture.
StandardSystemPropertyOS_VERSION
Operating system version.
StandardSystemPropertyFILE_SEPARATOR
File separator ("/" on UNIX).
StandardSystemPropertyPATH_SEPARATOR
Path separator (":" on UNIX).
StandardSystemPropertyLINE_SEPARATOR
Line separator ("\n" on UNIX).
StandardSystemPropertyUSER_NAME
User's account name.
StandardSystemPropertyUSER_HOME
User's home directory.
StandardSystemPropertyUSER_DIR
User's current working directory.
Stringkey