Package | Description |
---|---|
tachyon |
Modifier and Type | Method and Description |
---|---|
TachyonURI |
TachyonURI.getParent()
Get the parent of this TachyonURI or null if at root.
|
TachyonURI |
TachyonURI.join(String suffix)
Add a suffix to the end of the Tachyon URI.
|
TachyonURI |
TachyonURI.join(TachyonURI suffix)
Add a suffix to the end of the Tachyon URI.
|
Modifier and Type | Method and Description |
---|---|
int |
TachyonURI.compareTo(TachyonURI other) |
TachyonURI |
TachyonURI.join(TachyonURI suffix)
Add a suffix to the end of the Tachyon URI.
|
Constructor and Description |
---|
TachyonURI(TachyonURI parent,
TachyonURI child)
Resolve a child TachyonURI against a parent TachyonURI.
|
Copyright © 2014. All rights reserved.