Class Paths


  • public abstract class Paths
    extends java.lang.Object
    Factory class for Path instances.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Path get​(java.lang.String path)
      Creates a new Path instance from the given file system path string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public static Path get​(java.lang.String path)
        Creates a new Path instance from the given file system path string.
        Parameters:
        path - the path string
        Returns:
        a new Path instance representing the path string