Class FilledCloneHandler<T extends TransferJob>
- java.lang.Object
-
- unlimited.fc.client.api.multiclient.transferJob.CloneHandler<T>
-
- unlimited.fc.client.api.multiclient.transferJob.FilledCloneHandler<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
JobHandler
public class FilledCloneHandler<T extends TransferJob> extends CloneHandler<T>
An extension of the CloneHandler class. This class creates full clones of TransferJobs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface unlimited.fc.client.api.multiclient.transferJob.JobHandler
JobHandler.Adapter, JobHandler.Builder
-
-
Constructor Summary
Constructors Constructor Description FilledCloneHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DownloadJobgetDownload(DownloadJob job)protected DownloadAsJobgetDownloadAs(DownloadAsJob job)protected RemoteUploadJobgetRemoteUpload(RemoteUploadJob job)protected UploadJobgetUpload(UploadJob job)protected UploadAsJobgetUploadAs(UploadAsJob job)-
Methods inherited from class unlimited.fc.client.api.multiclient.transferJob.CloneHandler
getClonedJob, handleJob, handleJob, handleJob, handleJob, handleJob
-
-
-
-
Method Detail
-
getDownload
protected DownloadJob getDownload(DownloadJob job)
- Overrides:
getDownloadin classCloneHandler<T extends TransferJob>
-
getUpload
protected UploadJob getUpload(UploadJob job)
- Overrides:
getUploadin classCloneHandler<T extends TransferJob>
-
getRemoteUpload
protected RemoteUploadJob getRemoteUpload(RemoteUploadJob job)
- Overrides:
getRemoteUploadin classCloneHandler<T extends TransferJob>
-
getUploadAs
protected UploadAsJob getUploadAs(UploadAsJob job)
- Overrides:
getUploadAsin classCloneHandler<T extends TransferJob>
-
getDownloadAs
protected DownloadAsJob getDownloadAs(DownloadAsJob job)
- Overrides:
getDownloadAsin classCloneHandler<T extends TransferJob>
-
-