See: Description
| Interface | Description |
|---|---|
| DriverHandler |
Implement this interface if you want to react to driver problems.
|
| Class | Description |
|---|---|
| DefaultDriverHandler |
The default driver handler.
|
| Environment |
Represents the current environment.
|
| FileSystem |
Inherit from this class in order to get a basic, minimal file system.
|
| FullFileSystem |
This abstract class lets you implement every file system feature.
|
| JFileSysLibInfo |
Contains library related information and a simple dummy main method.
|
| Mounter |
Use this class to mount your virtual file system.
|
| MountOptions |
Contains some common mount options
|
| Enum | Description |
|---|---|
| DefaultDriverHandler.Mode |
Whether and how to ask before installing the driver
|
It also contains the Mounter class, which is being used to Mount your file system.