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

Method getPath

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

Get the decoded path part of the uri. @return the query part of the URI, or an empty string if no path is included in the URI.

()

Source from the content-addressed store, hash-verified

632 * included in the URI.
633 */
634 public String getPath() {
635 return URIHelper.decodeString(path, true);
636 }
637
638 /**
639 * Get the encoded path part of the uri.

Callers 15

runTestMethod · 0.95
relativizeMethod · 0.95
resolveMethod · 0.95
normalizeMethod · 0.95
invoke0Method · 0.45
invoke0Method · 0.45
invoke0Method · 0.45
invoke3Method · 0.45
invoke8Method · 0.45
invoke9Method · 0.45
invoke25Method · 0.45
searchJrtFSForClassesMethod · 0.45

Calls 1

decodeStringMethod · 0.95