From b7b4a8bd63eeaa0050a9795efc53fc9830086d95 Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis
prefix.availableProcessors
,
- prefix.freeMemory
, prefix.totalMemory
- and prefix.maxMemory
will be defined with values that
- correspond to the corresponding methods of
+ prefix.availableProcessors
, prefix.freeMemory
, prefix.totalMemory
+ and prefix.maxMemory
will be defined with values that correspond to the
+ corresponding methods of
the Runtime
class.myrtyou will be able to - access runtime values corresponding to methods in +
myrtyou will be able to access runtime values corresponding + to methods in the Runtime - class via property names
myrt.availableProcessors
,
- myrt.maxMemory
, myrt.totalMemory
or
- myrt.freeMemory
. Note that if you supply a property name with a final
- .
it will not be doubled; i.e. runtime=myrt.
will still
- allow access of prpperties through myrt.maxMemory
.property
has been executed.
- Since Ant 1.10.4
+ class via property
+ names myrt.availableProcessors
, myrt.maxMemory
, myrt.totalMemory
+ or myrt.freeMemory
. Note that if you supply a property name with a final .+ it will not be doubled; i.e. runtime=
myrt.will still allow access of + properties through
myrt.maxMemory
.property
has been executed. Since
+ Ant 1.10.4