Methods in org.gcube.datatransfer.agent.library that throw TransferException |
ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> |
AgentLibrary.copyLocalFiles(ArrayList<File> inputFiles,
String destinationFolder,
boolean overwrite,
boolean unzip)
|
String |
AgentLibrary.startTransfer(ArrayList<URI> inputURIs,
ArrayList<URI> outputURIs,
org.gcube.datatransfer.common.options.TransferOptions options)
|
String |
AgentLibrary.startTransfer(ArrayList<URI> inputURIs,
String outputFolder,
org.gcube.datatransfer.common.options.TransferOptions options)
|
String |
AgentLibrary.startTransfer(DataSource source,
DataStorage storage,
org.gcube.datatransfer.common.options.TransferOptions options)
|
ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> |
AgentLibrary.startTransferSync(ArrayList<URI> inputURIs,
String outputFolder,
org.gcube.datatransfer.common.options.TransferOptions options)
|
Methods in org.gcube.datatransfer.agent.library.proxies that throw TransferException |
ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> |
AgentService.copyLocalFiles(ArrayList<File> inputFiles,
String destinationFolder,
boolean overwrite,
boolean unzip)
|
String |
AgentService.startTransfer(ArrayList<URI> inputURIs,
ArrayList<URI> outputURIs,
org.gcube.datatransfer.common.options.TransferOptions options)
|
String |
AgentService.startTransfer(ArrayList<URI> inputURIs,
String outputFolder,
org.gcube.datatransfer.common.options.TransferOptions options)
|
String |
AgentService.startTransfer(DataSource source,
DataStorage storage,
org.gcube.datatransfer.common.options.TransferOptions options)
|
ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> |
AgentService.startTransferSync(ArrayList<URI> inputURIs,
String outputFolder,
org.gcube.datatransfer.common.options.TransferOptions options)
|