diff --git a/manual/Tasks/property.html b/manual/Tasks/property.html index 199bf786e..ce764f8a1 100644 --- a/manual/Tasks/property.html +++ b/manual/Tasks/property.html @@ -49,11 +49,10 @@ they are most definitely not variables.
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