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

Method getRawPath

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

Get the encoded 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

642 * included in the URI.
643 */
644 public String getRawPath() {
645 return path;
646 }
647
648 /**
649 * Get the decoded query part of the uri. The query marker (?) itself is not

Callers 2

invoke0Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected