Class PathUtil


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

      • PathUtil

        public PathUtil()
    • Method Detail

      • 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.