Interface FileSystemFactory
- All Superinterfaces:
Serializable
A factory to create file systems.
-
Method Summary
-
Method Details
-
create
Creates a new file system for the given file system URI. The URI describes the type of file system (via its scheme) and optionally the authority (for example the host) of the file system.- Parameters:
fsUri- The URI that describes the file system.- Returns:
- A new instance of the specified file system.
- Throws:
IOException- Thrown if the file system could not be instantiated.
-