Class Path


  • public final class Path
    extends Object
    • Field Detail

      • EMPTY

        public static final Path EMPTY
    • Method Detail

      • of

        public static final Path of​(String path)
      • relativize

        public Path relativize​(String base)
      • relativize

        public Path relativize​(Path base)
      • isEmpty

        public boolean isEmpty()
      • isNotEmpty

        public boolean isNotEmpty()
      • isRelative

        public boolean isRelative()
      • getLeaf

        public String getLeaf()