name.pachler.nio.file
Class Paths

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

public abstract class Paths
extends java.lang.Object

Factory class for Path instances.


Method Summary
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