Package org.uberfire.java.nio.file
Class Paths
- java.lang.Object
-
- org.uberfire.java.nio.file.Paths
-
public final class Paths extends Object
Back port of JSR-203 from Java Platform, Standard Edition 7.- See Also:
- Original JavaDoc
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.uberfire.java.nio.file.Pathget(String first, String... more)static org.uberfire.java.nio.file.Pathget(URI uri)
-
-
-
Method Detail
-
get
public static org.uberfire.java.nio.file.Path get(String first, String... more) throws IllegalArgumentException
- Throws:
IllegalArgumentException- See Also:
- JDK JavaDoc
-
get
public static org.uberfire.java.nio.file.Path get(URI uri) throws IllegalArgumentException, org.uberfire.java.nio.file.FileSystemNotFoundException, SecurityException
- Throws:
IllegalArgumentExceptionorg.uberfire.java.nio.file.FileSystemNotFoundExceptionSecurityException- See Also:
- JDK JavaDoc
-
-