| Package | Description |
|---|---|
| org.gcube.datatransfer.agent.stubs.datatransferagent |
| Modifier and Type | Field and Description |
|---|---|
static PostProcessType |
PostProcessType.FileConversion |
static PostProcessType |
PostProcessType.FileUnzip |
static PostProcessType |
PostProcessType.OriginalFileRemove |
| Modifier and Type | Method and Description |
|---|---|
static PostProcessType |
PostProcessType.fromString(String value) |
static PostProcessType |
PostProcessType.fromValue(String value) |
PostProcessType[] |
TransferOptions.getPostProcess()
Gets the postProcess value for this TransferOptions.
|
PostProcessType |
TransferOptions.getPostProcess(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransferOptions.setPostProcess(int i,
PostProcessType _value) |
void |
TransferOptions.setPostProcess(PostProcessType[] postProcess)
Sets the postProcess value for this TransferOptions.
|
| Constructor and Description |
|---|
TransferOptions(String conversionType,
boolean overwrite,
PostProcessType[] postProcess,
StorageManagerDetails storageManagerDetails,
StorageType storageType,
long transferTimeout) |
Copyright © 2014. All Rights Reserved.