[Java] Class SystemUtil
- org.apache.groovy.util.SystemUtil
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
static String |
setSystemPropertyFrom(String nameValue)Sets a system property from a name=value String |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public static String setSystemPropertyFrom(String nameValue)
Sets a system property from a name=value String
- Parameters:
-
nameValue- the non-null name=value String
- Returns:
- the found name
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/apache/groovy/util/SystemUtil.html