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

Method getScheme

Ports/CLDC11/src/java/net/URI.java:518–520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 ///
517 /// the scheme part of the URI.
518 public String getScheme() {
519 return scheme;
520 }
521
522 /// Get the host name part of the URI.
523 ///

Callers 10

relativizeMethod · 0.95
resolveMethod · 0.95
doHandshakeMethod · 0.95
doHandshakeMethod · 0.95
sendBroadcastMethod · 0.45
onResumeMethod · 0.45
getAppArgMethod · 0.45
createMediaMethod · 0.45
getImageFilePathMethod · 0.45
onActivityResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected