Class CopyContext<T>
Object
org.anchoranalysis.plugin.io.input.path.CopyContext<T>
- Type Parameters:
T- shared-state type
public final class CopyContext<T> extends Object
Context parameters when copying many files from a source directory to a destination directory.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description CopyContext(Path sourceDirectory, Path destinationDirectory, T sharedState) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)PathgetDestinationDirectory()Destination directory for copying.TgetSharedState()State shared across all inputs when copying.PathgetSourceDirectory()Source directory of copying.inthashCode()StringtoString()
-
Constructor Details
-
Method Details
-
getSourceDirectory
Source directory of copying. -
getDestinationDirectory
Destination directory for copying. -
getSharedState
State shared across all inputs when copying. -
equals
-
hashCode
public int hashCode() -
toString
-