Java Utililty Methods URI to Path
List of utility methods to do URI to Path
HOME
Java
U
URI to Path
Description
The list of methods to do URI to Path are organized into topic(s).
Method
String[]
getPathSegments(URI uri)
get Path Segments
return
uri.getPath().split(
"/"
);
«
1
2
»