Class CopyContext<T>
Object
CopyContext<T>
- Type Parameters:
T- shared-state type
Context parameters when copying many files from a source directory to a destination directory.
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionCopyContext(Path sourceDirectory, Path destinationDirectory, T sharedState) Creates a newCopyContextinstance. -
Method Summary
-
Constructor Details
-
CopyContext
Creates a newCopyContextinstance.- Parameters:
sourceDirectory- Source directory of copying.destinationDirectory- Destination directory for copying.sharedState- State shared across all inputs when copying.
-
-
Method Details