...
Code Block | ||
---|---|---|
| ||
#set( $systemValue = $System.getProperty("somekeyname") ) |
You can also test if a property exists.
Code Block | ||
---|---|---|
| ||
#if( ($System.existsProperty("keyname") ) do something #end |
Key: Directory
...
...
Code Block | ||
---|---|---|
| ||
#set( $systemValue = $System.getProperty("somekeyname") ) |
You can also test if a property exists.
Code Block | ||
---|---|---|
| ||
#if( ($System.existsProperty("keyname") ) do something #end |
...