Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
linenumberstrue
#set( $systemValue = $System.getProperty("somekeyname") )

You can also test if a property exists.

Code Block
linenumberstrue
#if( ($System.existsProperty("keyname") )
do something
#end

Key: Directory

...