KIE NIO.2 :: API 6.0.0.Beta3

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 FileSystem getDefault()
           
static FileSystem getFileSystem(URI uri)
           
static FileSystem newFileSystem(Path path, ClassLoader loader)
           
static FileSystem newFileSystem(URI uri, Map<String,?> env)
           
static 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 FileSystem getDefault()
See Also:
Original JavaDoc

getFileSystem

public static FileSystem getFileSystem(URI uri)
                                throws IllegalArgumentException,
                                       FileSystemNotFoundException,
                                       ProviderNotFoundException,
                                       SecurityException
Throws:
IllegalArgumentException
FileSystemNotFoundException
ProviderNotFoundException
SecurityException
See Also:
Original JavaDoc

newFileSystem

public static FileSystem newFileSystem(URI uri,
                                       Map<String,?> env)
                                throws IllegalArgumentException,
                                       FileSystemAlreadyExistsException,
                                       ProviderNotFoundException,
                                       IOException,
                                       SecurityException
Throws:
IllegalArgumentException
FileSystemAlreadyExistsException
ProviderNotFoundException
IOException
SecurityException
See Also:
Original JavaDoc

newFileSystem

public static FileSystem newFileSystem(Path path,
                                       ClassLoader loader)
                                throws IllegalArgumentException,
                                       ProviderNotFoundException,
                                       ServiceConfigurationError,
                                       IOException,
                                       SecurityException
Throws:
IllegalArgumentException
ProviderNotFoundException
ServiceConfigurationError
IOException
SecurityException
See Also:
Original JavaDoc

newFileSystem

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

KIE NIO.2 :: API 6.0.0.Beta3

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