Class PathWithAttributes


  • public class PathWithAttributes
    extends Object
    Tuple of a Path and BasicFileAttributes, used for sorting.
    • Method Detail

      • getPath

        public Path getPath()
        Returns the path.
        Returns:
        the path
      • getAttributes

        public BasicFileAttributes getAttributes()
        Returns the attributes.
        Returns:
        the attributes