cryptomator / dokany-nio-adapter

Dokany-based adapter to provide directory contents specified by a java.nio.file.Path (via dokan-java)
GNU Affero General Public License v3.0
14 stars 4 forks source link

Feature/#49 observable mount #50

Closed infeo closed 3 years ago

infeo commented 3 years ago

Closes #49

This PR adds the capability to register a Runnable instance during mount(...), which is executed when the mount is either unmounted or the underlying process is terminated.

Additionally, some refactoring regarding exceptions is done.