org.kie.commons.java.nio.file
Class Paths
java.lang.Object
org.kie.commons.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static Path get(String first,
String... more)
throws IllegalArgumentException
- Throws:
IllegalArgumentException- See Also:
- JDK JavaDoc
get
public static Path get(URI uri)
throws IllegalArgumentException,
FileSystemNotFoundException,
SecurityException
- Throws:
IllegalArgumentException
FileSystemNotFoundException
SecurityException- See Also:
- JDK JavaDoc
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.