public interface FuseUmountable
| Modifier and Type | Method and Description |
|---|---|
void |
umount(boolean force)
Unmounts the Fuse application.
|
void umount(boolean force)
throws FuseException
force - true to throw an exception and treat umount as a no-op
when umount timeouts due to the fuse device is busy.FuseExceptionCopyright © 2021. All Rights Reserved.