Changes between Version 13 and Version 14 of Java API
- Timestamp:
- 10/29/12 10:37:53 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Java API
v13 v14 79 79 }}} 80 80 In this form the property is read as a string. It first tries to find the instance property by searching for "instanceName:propName" and then for a global property named "propName". All {{{get*Property()}}} methods will throw an {{{IllegalArgumentException}}} if the property does not exist, this can be prevented by first calling {{{hasProperty()}}}. 81 If ainstance property is specifically required, this can be checked by first calling81 If the instance property is specifically required, this can be checked by first calling 82 82 {{{ 83 83 String parameter = null;