org.kie.commons.java.nio.file
public final class FileSystems extends Object
Modifier and Type | Method and Description |
---|---|
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) |
public static org.kie.commons.java.nio.file.FileSystem getDefault()
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
IllegalArgumentException
FileSystemNotFoundException
ProviderNotFoundException
SecurityException
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
IllegalArgumentException
FileSystemAlreadyExistsException
ProviderNotFoundException
org.kie.commons.java.nio.IOException
SecurityException
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
IllegalArgumentException
ProviderNotFoundException
ServiceConfigurationError
org.kie.commons.java.nio.IOException
SecurityException
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
IllegalArgumentException
FileSystemAlreadyExistsException
ProviderNotFoundException
ServiceConfigurationError
org.kie.commons.java.nio.IOException
SecurityException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.