getSystemProperty()
public String getSystemProperty(String name)
This method accepts the Java System Property name and returns its value.
If a non-existing variable name is given, the method returns an empty string.
public String getSystemProperty(String name)
This method accepts the Java System Property name and returns its value.
If a non-existing variable name is given, the method returns an empty string.