Package com.mku.fs.drive.utils
Class FileCommander.VirtualFileTaskProgress
- java.lang.Object
-
- com.mku.fs.drive.utils.FileCommander.VirtualFileTaskProgress
-
- Enclosing class:
- FileCommander
public class FileCommander.VirtualFileTaskProgress extends java.lang.Object
Task progress for IVirtualFile(s).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IVirtualFile
getFile()
Get the associated file.
-
-
-
Method Detail
-
getFile
public IVirtualFile getFile()
Get the associated file.- Returns:
- The file.
-
-