S
- The type of file system to create.public static interface FileSystemMap.FileSystemFactory<S extends FileSystem>
Modifier and Type | Method and Description |
---|---|
S |
create(URI uri,
Map<String,?> env)
Creates a new file system.
|
S create(URI uri, Map<String,?> env) throws IOException
uri
- The URI representing the file system.env
- A map of provider specific properties to configure the file system.IOException
- If the file system could not be created.FileSystemProvider.newFileSystem(URI, Map)
,
FileSystemMap.add(URI, Map)
,
FileSystemMap.addIfNotExists(URI, Map)
Copyright © 2016–2023. All rights reserved.