Package | Description |
---|---|
org.gcube.datatransfer.agent.library | |
org.gcube.datatransfer.agent.library.proxies |
Modifier and Type | Method and Description |
---|---|
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) |
String |
AgentLibrary.startTransfer(org.gcube.data.trees.patterns.Pattern patternInput,
String inputSourceID,
String outputStorageId) |
ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> |
AgentLibrary.startTransferSync(ArrayList<URI> inputURIs,
String outputFolder,
org.gcube.datatransfer.common.options.TransferOptions options) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2015. All Rights Reserved.