<env>

Purpose/Function

Reads in the current shell's environment and adds its variables to the global frame.

Attributes

NAME

TYPE

DEFAULT VALUE

DESCRIPTION

dumpAll

boolean

false

logs each entry as a Debug statement

prefix

java.lang.String

env

prefix + '.' is prepended to the variable name (this can be set to nothing by doing 'prefix=""')

Elements

None.

ReturnValues

None.

NOTES

Examples

<ogrescript>
   ...
   <env/>
   ...
</ogrescript>
  • No labels