MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getProperty

Method getProperty

vm/JavaAPI/src/java/lang/System.java:156–158  ·  view source on GitHub ↗

Gets the system property indicated by the specified key.

(java.lang.String key)

Source from the content-addressed store, hash-verified

154 * Gets the system property indicated by the specified key.
155 */
156 public static java.lang.String getProperty(java.lang.String key){
157 return null;
158 }
159
160 /**
161 * Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode(). The hashcode for the null reference is zero.

Callers 15

readPropertyMethod · 0.95
getCurrentPlatformMethod · 0.95
getImageMethod · 0.95
openInIDEMethod · 0.95
createFileChooserMethod · 0.95
showFileChooserMethod · 0.95
runMethod · 0.95
getJavaVersionMethod · 0.95
ResourceEditorAppClass · 0.95
executeMethod · 0.95
getLibCSSDirectoryMethod · 0.95

Calls

no outgoing calls

Tested by 15

mainMethod · 0.76
runTestMethod · 0.76
findJavaHomeForMajorMethod · 0.76
runTestMethod · 0.76
startMethod · 0.76
matchesFilterMethod · 0.76
mainMethod · 0.76
discoverLocalJdksMethod · 0.76
isWindowsMethod · 0.76
isLinuxMethod · 0.76