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

Method getSchemeSpecificPart

vm/JavaAPI/src/java/net/URI.java:693–695  ·  view source on GitHub ↗

@return the schemeSpecificPart

()

Source from the content-addressed store, hash-verified

691 * @return the schemeSpecificPart
692 */
693 public String getSchemeSpecificPart() {
694 return URIHelper.decodeString(getRawSchemeSpecificPart(), true);
695 }
696
697 /**
698 * @return the schemeSpecificPart

Callers 2

equalsMethod · 0.95
invoke0Method · 0.45

Calls 2

decodeStringMethod · 0.95

Tested by

no test coverage detected