|
||||||||
PREV NEXT | FRAMES NO FRAMES |
key
line
.
file.encoding
System Property.
File encoding, such as Cp1252
.
Defaults to null
if the runtime does not have
security access to read this property or the property does not exist.
file.separator
System Property.
SystemUtils.JAVA_VERSION_FLOAT
instead.
Method will be removed in Commons Lang 3.0.
true
if this is Java version 1.1 (also 1.1.x versions).
The field will return false
if SystemUtils.JAVA_VERSION
is
null
.
true
if this is Java version 1.2 (also 1.2.x versions).
The field will return false
if SystemUtils.JAVA_VERSION
is
null
.
true
if this is Java version 1.3 (also 1.3.x versions).
The field will return false
if SystemUtils.JAVA_VERSION
is
null
.
true
if this is Java version 1.4 (also 1.4.x versions).
The field will false
false if SystemUtils.JAVA_VERSION
is
null
.
true
if this is Java version 1.5 (also 1.5.x versions).
The field will return false
if SystemUtils.JAVA_VERSION
is
null
.
true
if this is AIX.
The field will return false
if OS_NAME
is
null
.
true
if this is HP-UX.
The field will return false
if OS_NAME
is
null
.
true
if this is Irix.
The field will return false
if OS_NAME
is
null
.
true
if this is Linux.
The field will return false
if OS_NAME
is
null
.
true
if this is Mac.
The field will return false
if OS_NAME
is
null
.
true
if this is Mac.
The field will return false
if OS_NAME
is
null
.
true
if this is OS/2.
The field will return false
if OS_NAME
is
null
.
true
if this is Solaris.
The field will return false
if OS_NAME
is
null
.
true
if this is SunOS.
The field will return false
if OS_NAME
is
null
.
true
if this is Windows.
The field will return false
if OS_NAME
is
null
.
true
if this is Windows 2000.
The field will return false
if OS_NAME
is
null
.
true
if this is Windows 95.
The field will return false
if OS_NAME
is
null
.
true
if this is Windows 98.
The field will return false
if OS_NAME
is
null
.
true
if this is Windows ME.
The field will return false
if OS_NAME
is
null
.
true
if this is Windows NT.
The field will return false
if OS_NAME
is
null
.
true
if this is Windows XP.
The field will return false
if OS_NAME
is
null
.
1.2f
to test for JDK 1.2
1.31f
to test for JDK 1.3.1
120
to test for JDK 1.2 or greater
131
to test for JDK 1.3.1 or greater
java.class.path
System Property.
java.class.version
System Property.
java.compiler
System Property.
java.ext.dirs
System Property.
java.home
System Property.
java.io.tmpdir
System Property.
java.library.path
System Property.
java.runtime.name
System Property.
java.runtime.version
System Property.
java.specification.name
System Property.
java.specification.vendor
System Property.
java.specification.version
System Property.
java.vendor
System Property.
java.vendor.url
System Property.
java.version
System Property.
float
.
Example return values:
1.2f
for JDK 1.2
1.31f
for JDK 1.3.1
The field will return zero if SystemUtils.JAVA_VERSION
is null
.
int
.
Example return values:
120
for JDK 1.2
131
for JDK 1.3.1
The field will return zero if SystemUtils.JAVA_VERSION
is null
.
java.vm.info
System Property.
java.vm.name
System Property.
java.vm.specification.name
System Property.
java.vm.specification.vendor
System Property.
java.vm.specification.version
System Property.
java.vm.vendor
System Property.
java.vm.version
System Property.
line.separator
System Property.
os.arch
System Property.
os.name
System Property.
os.version
System Property.
path.separator
System Property.
#change
#configProperties
#file
#message
#release
#releaseVersion
Character#isWhitespace(char)
.
java.lang.System
.
If a system property cannot be read due to security restrictions,
the corresponding field in this class will be set to null
and a message will be written to System.err
.user.country
or user.region
System Property.
user.dir
System Property.
user.home
System Property.
user.language
System Property.
user.name
System Property.
null
input gracefully.
WordWrapUtils
instances should NOT be constructed in
standard programming.
' '
.
New lines will be separated by the system property line separator.
' '
.
Leading spaces on a new line are stripped.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |