Package | Description |
---|---|
alluxio |
Modifier and Type | Class and Description |
---|---|
class |
MultiPartSchemeURI
MultiPartSchemeURI supports multiple components for the scheme. |
class |
StandardURI
A wrapper class around
URI . |
Modifier and Type | Method and Description |
---|---|
static URI |
URI.Factory.create(String uriStr)
Creates a
URI from a string. |
static URI |
URI.Factory.create(String scheme,
String authority,
String path,
String query)
Creates a
URI from components. |
static URI |
URI.Factory.create(URI parent,
URI child)
|
Modifier and Type | Method and Description |
---|---|
int |
StandardURI.compareTo(URI other) |
static URI |
URI.Factory.create(URI parent,
URI child)
|
Copyright © 2023. All Rights Reserved.