| Package | Description |
|---|---|
| gnu.text |
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLPath
A Path that wraps a URL.
|
| Modifier and Type | Method and Description |
|---|---|
static URIPath |
URIPath.coerceToURIPathOrNull(java.lang.Object path) |
static URIPath |
URIPath.makeURI(java.lang.Object arg) |
static URIPath |
URIPath.valueOf(java.lang.String uri) |
static URIPath |
URIPath.valueOf(java.net.URI uri) |
| Modifier and Type | Method and Description |
|---|---|
int |
URIPath.compareTo(URIPath path) |