| Package | Description |
|---|---|
| tachyon.util.io |
| Modifier and Type | Method and Description |
|---|---|
static String |
PathUtils.cleanPath(String path)
Checks and normalizes the given path.
|
static String |
PathUtils.getParent(String path)
Gets the parent of the file at a path.
|
static String[] |
PathUtils.getPathComponents(String path)
Gets the path components of the given path.
|
static boolean |
PathUtils.hasPrefix(String path,
String prefix)
Checks whether the given path contains the given prefix.
|
static boolean |
PathUtils.isRoot(String path)
Checks if the given path is the root.
|
static void |
PathUtils.validatePath(String path)
Checks if the given path is properly formed.
|
Copyright © 2015. All Rights Reserved.