Class Dokany
java.lang.Object
org.cryptomator.frontend.dokany.internal.Dokany
Guard class to access Dokan-API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longGet the version of the Dokan API.static longGet the version of the Dokan driver.static boolean
-
Constructor Details
-
Dokany
public Dokany()
-
-
Method Details
-
isInstalled
public static boolean isInstalled() -
apiVersion
public static long apiVersion()Get the version of the Dokan API.- Returns:
- The api version or
-1, if the library cannot be accessed
-
driverVersion
public static long driverVersion()Get the version of the Dokan driver.- Returns:
- The driver version or
-1, if the library cannot be accessed
-