Operation
Description
- Derived from
-
Disposable abstract
IOperation - Extended by
-
TestOperation sealed
Abstract base class for IOperation implementations.
Public / Constructors
Checksum
Creates an MD5 checksum (*.md5
, like Unix md5sum) for the given file.
The operation will create a new file in the same directory as file in:
some_input_file.txt -> some_input_file.md5
Sync
Synchronizes the content of source in to the given target in directory, including file deletions.
The operation will perform read-only accesses on source in. The file paths given via skip opt and keep opt may be absolute or relative. In the first case, they will be ignored if they do not point into the respective root directory. In the second case, they are resolved against the respective root directory.
- See also
Public / Methods
CopyList
Computes the set of source files that would be used by an operation created with Copy, using the same arguments.
- IOException
-
If an I/O error has occurred.
SyncList
Computes the set of source files that would be used by an operation created with Sync, using the same arguments.
- IOException
-
If an I/O error has occurred.