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

Use Mount SPI instead of factory methods #53

Closed infeo closed 2 years ago

infeo commented 2 years ago

This PR replaces the factory methods to create a dokany mounted filesystem with the Mount SPI.

Additionally, the required dokany API version is bumped to 1.5.0.

infeo commented 2 years ago

When going modular, only use packages within the namespace of the module. com.dokany.java may cause a split package problem.

Thanks for the input! I renamed the whole dokany-package such that it is in a sub path of the module package, see https://github.com/cryptomator/dokany-nio-adapter/pull/53/commits/56af77ff77e5e44518077ff9d86fd9a829917e8a