org.kie.commons.java.nio.file
Class FileSystems
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.