Class VirtualDrive

java.lang.Object
com.mku.fs.drive.VirtualDrive
Direct Known Subclasses:
AesDrive

public abstract class VirtualDrive extends Object
Abstract virtual drive.
  • Constructor Details

    • VirtualDrive

      public VirtualDrive()
  • Method Details

    • onUnlockSuccess

      public abstract void onUnlockSuccess()
      Method is called when the user is authenticated
    • onUnlockError

      public abstract void onUnlockError()
      Method is called when unlocking the drive has failed
    • getPrivateDir

      public abstract IFile getPrivateDir() throws Exception
      Get the private directory for this drive
      Returns:
      The private directory
      Throws:
      Exception - If an error occurs
    • getRoot

      public abstract IVirtualFile getRoot()
      Get the root directory of this drive
      Returns:
      The root directory