KIE NIO.2 :: API 6.0.0.CR4-Pre1

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

java.lang.Object
  extended by org.kie.commons.java.nio.file.FileSystems

public final class FileSystems
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.FileSystem getDefault()
           
static org.kie.commons.java.nio.file.FileSystem getFileSystem(URI uri)
           
static org.kie.commons.java.nio.file.FileSystem newFileSystem(org.kie.commons.java.nio.file.Path path, ClassLoader loader)
           
static org.kie.commons.java.nio.file.FileSystem newFileSystem(URI uri, Map<String,?> env)
           
static org.kie.commons.java.nio.file.FileSystem newFileSystem(URI uri, Map<String,?> env, ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefault

public static org.kie.commons.java.nio.file.FileSystem getDefault()
See Also:
Original JavaDoc

getFileSystem

public static org.kie.commons.java.nio.file.FileSystem getFileSystem(URI uri)
                                                              throws IllegalArgumentException,
                                                                     org.kie.commons.java.nio.file.FileSystemNotFoundException,
                                                                     org.kie.commons.java.nio.file.ProviderNotFoundException,
                                                                     SecurityException
Throws:
IllegalArgumentException
FileSystemNotFoundException
ProviderNotFoundException
SecurityException
See Also:
Original JavaDoc

newFileSystem

public static org.kie.commons.java.nio.file.FileSystem newFileSystem(URI uri,
                                                                     Map<String,?> env)
                                                              throws IllegalArgumentException,
                                                                     org.kie.commons.java.nio.file.FileSystemAlreadyExistsException,
                                                                     org.kie.commons.java.nio.file.ProviderNotFoundException,
                                                                     org.kie.commons.java.nio.IOException,
                                                                     SecurityException
Throws:
IllegalArgumentException
FileSystemAlreadyExistsException
ProviderNotFoundException
org.kie.commons.java.nio.IOException
SecurityException
See Also:
Original JavaDoc

newFileSystem

public static org.kie.commons.java.nio.file.FileSystem newFileSystem(org.kie.commons.java.nio.file.Path path,
                                                                     ClassLoader loader)
                                                              throws IllegalArgumentException,
                                                                     org.kie.commons.java.nio.file.ProviderNotFoundException,
                                                                     ServiceConfigurationError,
                                                                     org.kie.commons.java.nio.IOException,
                                                                     SecurityException
Throws:
IllegalArgumentException
ProviderNotFoundException
ServiceConfigurationError
org.kie.commons.java.nio.IOException
SecurityException
See Also:
Original JavaDoc

newFileSystem

public static org.kie.commons.java.nio.file.FileSystem newFileSystem(URI uri,
                                                                     Map<String,?> env,
                                                                     ClassLoader loader)
                                                              throws IllegalArgumentException,
                                                                     org.kie.commons.java.nio.file.FileSystemAlreadyExistsException,
                                                                     org.kie.commons.java.nio.file.ProviderNotFoundException,
                                                                     ServiceConfigurationError,
                                                                     org.kie.commons.java.nio.IOException,
                                                                     SecurityException
Throws:
IllegalArgumentException
FileSystemAlreadyExistsException
ProviderNotFoundException
ServiceConfigurationError
org.kie.commons.java.nio.IOException
SecurityException
See Also:
Original JavaDoc

KIE NIO.2 :: API 6.0.0.CR4-Pre1

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