| Package | Description |
|---|---|
| com.oneandone.iocunitejb.simulators.sftpclient | |
| com.oneandone.iocunitejb.simulators.sftpclient.upload |
| Modifier and Type | Method and Description |
|---|---|
UploadFileStrategy |
TestSftpConfiguration.getUploadFileStrategy() |
abstract UploadFileStrategy |
SftpConfiguration.getUploadFileStrategy()
return uploadFileStrategy, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static UploadFileStrategy |
UploadFileStrategy.getByConfigValue(String configValue)
return
UploadFileStrategy given by configValue |
static UploadFileStrategy |
UploadFileStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadFileStrategy[] |
UploadFileStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UploadFileHandler |
UploadFileHandlerFactory.getUploadFileHandler(UploadFileStrategy uploadFileStrategy)
creates
UploadFileHandler depending on UploadFileStrategy |
Copyright © 2017–2020. All rights reserved.