|
Class Summary |
| AbstractCopyJob |
This class is the parent class of CopyJob and MoveJob and
allows them to share methods and fields. |
| ArchiveJob |
This FileJob is responsible for compressing a set of files into an archive file. |
| CalculateChecksumJob |
This job calculates a checksum for a list of files and stores the results in a checksum file. |
| ChangeFileAttributesJob |
|
| CopyJob |
This job recursively copies (or unpacks) a group of files. |
| DeleteJob |
This class is responsible for deleting a set of files. |
| FileCollisionChecker |
The purpose of this class is to check for collisions between a source and destination file used in a file transfer. |
| FileJob |
FileJob is a container for a 'file task' : basically an operation that involves files and bytes. |
| MkdirJob |
This FileJob creates a new file or directory. |
| MoveJob |
This job recursively moves a group of files. |
| MultiRenameJob |
This job renames a group of files to new names defined by Multi-Rename Dialog. |
| PropertiesJob |
This FileJob calculates the number of files contained in a list of file and folders and
computes their size. |
| SelfUpdateJob |
This job self-updates the muCommmander with a new JAR file that is fetched from a specified remote file. |
| SendMailJob |
This job sends one or several files by email. |
| TempCopyJob |
This job copies a file or a set of files to a temporary folder and makes the temporary file(s) read-only. |
| TempExecJob |
This job copies a file or a set of files to a temporary folder, makes the temporary file(s) read-only and
executes each of them with native file associations. |
| TempOpenWithJob |
This job copies a file or a set of files to a temporary folder, makes the temporary file(s) read-only and
executes them with a specific command. |
| TransferFileJob |
TransferFileJob is a container for a file task : basically an operation that involves files and bytes.
|