Class Paths

java.lang.Object
name.pachler.nio.file.Paths

public abstract class Paths extends Object
Factory class for Path instances.
  • Method Details

    • get

      public static Path get(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