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

Method getRawPath

lib/java/net/URI.java:1209–1211  ·  view source on GitHub ↗

Gets the path part of this URI in raw form. @return the encoded path part or null if undefined.

()

Source from the content-addressed store, hash-verified

1207 * @return the encoded path part or {@code null} if undefined.
1208 */
1209 public String getRawPath() {
1210 return path;
1211 }
1212
1213 /**
1214 * Gets the query part of this URI in raw form.

Callers 1

checkURIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected