public final class FileSystems extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.uberfire.java.nio.file.FileSystem |
getDefault() |
static org.uberfire.java.nio.file.FileSystem |
getFileSystem(URI uri) |
static org.uberfire.java.nio.file.FileSystem |
newFileSystem(org.uberfire.java.nio.file.Path path,
ClassLoader loader) |
static org.uberfire.java.nio.file.FileSystem |
newFileSystem(URI uri,
Map<String,?> env) |
static org.uberfire.java.nio.file.FileSystem |
newFileSystem(URI uri,
Map<String,?> env,
ClassLoader loader) |
public static org.uberfire.java.nio.file.FileSystem getDefault()
public static org.uberfire.java.nio.file.FileSystem getFileSystem(URI uri) throws IllegalArgumentException, org.uberfire.java.nio.file.FileSystemNotFoundException, org.uberfire.java.nio.file.ProviderNotFoundException, SecurityException
IllegalArgumentExceptionFileSystemNotFoundExceptionProviderNotFoundExceptionSecurityExceptionpublic static org.uberfire.java.nio.file.FileSystem newFileSystem(URI uri, Map<String,?> env) throws IllegalArgumentException, org.uberfire.java.nio.file.FileSystemAlreadyExistsException, org.uberfire.java.nio.file.ProviderNotFoundException, org.uberfire.java.nio.IOException, SecurityException
IllegalArgumentExceptionFileSystemAlreadyExistsExceptionProviderNotFoundExceptionorg.uberfire.java.nio.IOExceptionSecurityExceptionpublic static org.uberfire.java.nio.file.FileSystem newFileSystem(org.uberfire.java.nio.file.Path path,
ClassLoader loader)
throws IllegalArgumentException,
org.uberfire.java.nio.file.ProviderNotFoundException,
ServiceConfigurationError,
org.uberfire.java.nio.IOException,
SecurityException
IllegalArgumentExceptionProviderNotFoundExceptionServiceConfigurationErrororg.uberfire.java.nio.IOExceptionSecurityExceptionpublic static org.uberfire.java.nio.file.FileSystem newFileSystem(URI uri, Map<String,?> env, ClassLoader loader) throws IllegalArgumentException, org.uberfire.java.nio.file.FileSystemAlreadyExistsException, org.uberfire.java.nio.file.ProviderNotFoundException, ServiceConfigurationError, org.uberfire.java.nio.IOException, SecurityException
IllegalArgumentExceptionFileSystemAlreadyExistsExceptionProviderNotFoundExceptionServiceConfigurationErrororg.uberfire.java.nio.IOExceptionSecurityExceptionCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.