public class PathUtil extends Object
Utility functions to make Path manipulation slightly less verbose.
| Constructor and Description | 
|---|
PathUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Path | 
truncatePathToLastElements(Path path,
                          int numElements)
Truncates path to the last numElements. 
 | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.