Package org.apache.storm.daemon.utils
Class PathUtil
java.lang.Object
org.apache.storm.daemon.utils.PathUtil
Utility functions to make Path manipulation slightly less verbose.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Path
truncatePathToLastElements
(Path path, int numElements) Truncates path to the last numElements.
-
Constructor Details
-
PathUtil
public PathUtil()
-
-
Method Details
-
truncatePathToLastElements
Truncates path to the last numElements.- Parameters:
path
- The path to truncate.numElements
- The number of elements to preserve at the end of the path.- Returns:
- The truncated path.
-