Package | Description |
---|---|
jfilesyslib |
This package contains the FileSystem and the FullFileSystem interface.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Mounter.mount(FileSystem fileSystem,
java.io.File mountPath,
MountOptions options)
Mounts the specified file system on the mount path
|
static boolean |
Mounter.mount(FileSystem fileSystem,
java.io.File mountPath,
MountOptions options,
DriverHandler driverHandler)
Mounts the specified file system on the mount path
|