public class DefaultDriverHandler extends java.lang.Object implements DriverHandler
Modifier and Type | Class and Description |
---|---|
static class |
DefaultDriverHandler.Mode
Whether and how to ask before installing the driver
|
Constructor and Description |
---|
DefaultDriverHandler()
Initializes a new default driver handler
|
DefaultDriverHandler(DefaultDriverHandler.Mode mode)
Initializes a new default driver handler
|
Modifier and Type | Method and Description |
---|---|
void |
MacOSXDriverNotFound(java.lang.String installer)
The Mac OS X driver was not found.
|
void |
runInstaller(java.lang.String installer)
Runs the Dokan installer
|
void |
UnixFUSENotFound()
The unix FUSE connection was not found or could not be used .
|
void |
WindowsDriverNotFound(java.lang.String installer)
The Dokan Windows driver is not installed.
|
public DefaultDriverHandler(DefaultDriverHandler.Mode mode)
mode
- whether and how to ask before installing the driverpublic DefaultDriverHandler()
public void runInstaller(java.lang.String installer)
installer
- the path to the installerpublic void WindowsDriverNotFound(java.lang.String installer)
DriverHandler
WindowsDriverNotFound
in interface DriverHandler
installer
- the path to the installerpublic void UnixFUSENotFound()
DriverHandler
UnixFUSENotFound
in interface DriverHandler
public void MacOSXDriverNotFound(java.lang.String installer)
DriverHandler
MacOSXDriverNotFound
in interface DriverHandler
installer
- the path to the installer