MCPcopy Create free account
hub / github.com/davidgiven/luje / getPath

Method getPath

lib/java/net/URI.java:1164–1166  ·  view source on GitHub ↗

Gets the decoded path part of this URI. @return the decoded path part or null if undefined.

()

Source from the content-addressed store, hash-verified

1162 * @return the decoded path part or {@code null} if undefined.
1163 */
1164 public String getPath() {
1165 return decode(path);
1166 }
1167
1168 /**
1169 * Gets the port number of this URI.

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected