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

Method getSchemeSpecificPart

lib/java/net/URI.java:1254–1256  ·  view source on GitHub ↗

Gets the decoded scheme-specific part of this URI. @return the decoded scheme-specific part or null if undefined.

()

Source from the content-addressed store, hash-verified

1252 * @return the decoded scheme-specific part or {@code null} if undefined.
1253 */
1254 public String getSchemeSpecificPart() {
1255 return decode(schemespecificpart);
1256 }
1257
1258 /**
1259 * Gets the decoded user-info part of this URI.

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected