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