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 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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.