Package | Description |
---|---|
org.waarp.gateway.ftp.exec |
Class for the real Exec for the Waarp Gateway.
|
org.waarp.openr66.client |
Classes implementing Clients
|
Modifier and Type | Field and Description |
---|---|
protected TransferArgs |
R66PreparedTransferExecutor.transferArgs |
Modifier and Type | Field and Description |
---|---|
protected TransferArgs |
AbstractTransfer.transferArgs |
Modifier and Type | Method and Description |
---|---|
static TransferArgs |
AbstractTransfer.getParamsInternal(int rank,
String[] args)
Internal getParams without configuration initialization, but still as
first argument
Transfer arguments: -to (-id (-file -rule [-block [-nofollow] Specify the transfer should not integrate a FOLLOW id [-md5] Specify the option to have a hash computed for the transfer [-delay [-start [-info [-nolog] Specify to not log anything included database once the transfer is done [-notlogWarn | Specify to log final result as Info if OK -logWarn] Specify to log final result as Warn if OK |
static TransferArgs |
TransferArgs.getParamsInternal(int rank,
String[] args,
boolean analyseFollow)
Analyze the parameters according to TransferArgs options
Transfer arguments: -to (-id (-file -rule [-block [-nofollow] Specify the transfer should not integrate a FOLLOW id [-md5] Specify the option to have a hash computed for the transfer [-delay [-start [-info [-nolog] Specify to not log anything included database once the transfer is done [-notlogWarn | Specify to log final result as Info if OK -logWarn] Specify to log final result as Warn if OK |
TransferArgs |
TransferArgs.setBlockSize(int blocksize) |
TransferArgs |
TransferArgs.setFilename(String filename) |
TransferArgs |
TransferArgs.setFollowId(String followId) |
TransferArgs |
TransferArgs.setId(long id) |
TransferArgs |
TransferArgs.setMD5(boolean md5) |
TransferArgs |
TransferArgs.setNolog(boolean nolog) |
TransferArgs |
TransferArgs.setNormalInfoAsWarn(boolean normalInfoAsWarn) |
TransferArgs |
TransferArgs.setRemoteHost(String remoteHost) |
TransferArgs |
TransferArgs.setRulename(String rulename) |
TransferArgs |
TransferArgs.setStartTime(Timestamp startTime) |
TransferArgs |
TransferArgs.setTransferInfo(String transferInfo) |
Modifier and Type | Method and Description |
---|---|
static void |
TransferArgs.analyzeFollow(TransferArgs transferArgs1)
Analyze Follow option: fill it if Follow is "" (do not if null).
|
static void |
TransferArgs.getAllInfo(TransferArgs transferArgs,
int rank,
String[] args,
String copiedInfo)
Get all Info in case of last argument
|
Constructor and Description |
---|
AbstractTransfer(Class<?> clasz,
R66Future future,
TransferArgs transferArgs) |
Copyright © 2009–2022 Waarp. All rights reserved.