Package com.mku.fs.drive
Class VirtualDrive
- java.lang.Object
- 
- com.mku.fs.drive.VirtualDrive
 
- 
- Direct Known Subclasses:
- AesDrive
 
 public abstract class VirtualDrive extends java.lang.ObjectAbstract virtual drive.
- 
- 
Constructor SummaryConstructors Constructor Description VirtualDrive()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract IFilegetPrivateDir()abstract IVirtualFilegetRoot()abstract voidonUnlockError()Method is called when unlocking the drive has failedabstract voidonUnlockSuccess()Method is called when the user is authenticated
 
- 
- 
- 
Method Detail- 
onUnlockSuccesspublic abstract void onUnlockSuccess() Method is called when the user is authenticated
 - 
onUnlockErrorpublic abstract void onUnlockError() Method is called when unlocking the drive has failed
 - 
getPrivateDirpublic abstract IFile getPrivateDir() throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
getRootpublic abstract IVirtualFile getRoot() 
 
- 
 
-