KIE NIO.2 :: API 6.0.0.CR4

org.kie.commons.java.nio.file
Class Paths

java.lang.Object
  extended by 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

Method Summary
static org.kie.commons.java.nio.file.Path get(String first, String... more)
           
static org.kie.commons.java.nio.file.Path get(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static org.kie.commons.java.nio.file.Path get(String first,
                                                     String... more)
                                              throws IllegalArgumentException
Throws:
IllegalArgumentException
See Also:
JDK JavaDoc

get

public static org.kie.commons.java.nio.file.Path get(URI uri)
                                              throws IllegalArgumentException,
                                                     org.kie.commons.java.nio.file.FileSystemNotFoundException,
                                                     SecurityException
Throws:
IllegalArgumentException
FileSystemNotFoundException
SecurityException
See Also:
JDK JavaDoc

KIE NIO.2 :: API 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.