gnu.text
public class URIPath extends Path implements Comparable
| Method Summary | |
|---|---|
| static URIPath | coerceToURIPathOrNull(Object path) |
| int | compareTo(URIPath path) |
| int | compareTo(Object obj) |
| static String | encodeForUri(String str, char mode) |
| boolean | equals(Object obj) |
| boolean | exists() |
| String | getAuthority() |
| Path | getCanonical() |
| long | getContentLength() |
| String | getFragment() |
| String | getHost() |
| long | getLastModified() |
| String | getPath() |
| int | getPort() |
| String | getQuery() |
| String | getScheme() |
| String | getUserInfo() |
| int | hashCode() |
| boolean | isAbsolute() |
| static URIPath | makeURI(Object arg) |
| InputStream | openInputStream() |
| OutputStream | openOutputStream() |
| Path | resolve(String rstr) |
| String | toString() |
| URI | toURI() |
| String | toURIString() |
| URL | toURL() |
| static URIPath | valueOf(URI uri) |
| static URIPath | valueOf(String uri) |