| Package | Description |
|---|---|
| org.apache.airavata.gfac.bes.utils |
| Modifier and Type | Field and Description |
|---|---|
protected Mode |
FileTransferBase.mode
the creation mode
|
| Modifier and Type | Method and Description |
|---|---|
Mode |
FileTransferBase.getMode() |
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FileDownloader(String from,
String to,
Mode mode) |
FileDownloader(String from,
String to,
Mode mode,
boolean failOnError) |
FileUploader(String from,
String to,
Mode mode) |
FileUploader(String from,
String to,
Mode mode,
boolean failOnError) |
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.