public interface FSCapabilityUnmountType
The interface exposed by filesystem implementations that have the capability to unmount archives.
| Modifier and Type | Method and Description |
|---|---|
void |
unmount(PathVirtual mount)
Unmounts the most recently mounted archive at
mount. |
void unmount(PathVirtual mount) throws FilesystemError
Unmounts the most recently mounted archive at mount. If
another archive is mounted at a directory contained within the archive
that would be unmounted, the operation fails.
mount - The mount point.FilesystemError - If a filesystem error occurs.Copyright © 2014 <code@io7m.com> http://io7m.com