@Internal public interface FileSystemFactory extends Serializable
Modifier and Type | Method and Description |
---|---|
FileSystem |
create(URI fsUri)
Creates a new file system for the given file system URI.
|
FileSystem create(URI fsUri) throws IOException
fsUri
- The URI that describes the file system.IOException
- Thrown if the file system could not be instantiated.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.