Class PathUtil

java.lang.Object
org.apache.storm.daemon.utils.PathUtil

public class PathUtil extends Object
Utility functions to make Path manipulation slightly less verbose.
  • Constructor Details

    • PathUtil

      public PathUtil()
  • Method Details

    • truncatePathToLastElements

      public static Path truncatePathToLastElements(Path path, int numElements)
      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.