Package com.mku.file
Class VirtualDrive
java.lang.Object
com.mku.file.VirtualDrive
- Direct Known Subclasses:
SalmonDrive
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract IRealFile
abstract IVirtualFile
getRoot()
abstract void
Method is called when unlocking the drive has failedabstract void
Method is called when the user is authenticated
-
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
- Throws:
Exception
-
getRoot
-