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
-
-
Method Details
-
getSourceDirectory
Source directory of copying. -
getDestinationDirectory
Destination directory for copying. -
equals
-
hashCode
-
toString
-