public class ChecksumOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
protected ChecksumAlgorithm |
algo |
| Constructor and Description |
|---|
ChecksumOptions(ChecksumAlgorithm algo) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArgument()
Subclasses should implement this method.
|
toFtpCmdArgumentprotected ChecksumAlgorithm algo
public ChecksumOptions(ChecksumAlgorithm algo)
algo - algorithm whose options are represent by this objectpublic java.lang.String getArgument()
getArgument in class OptionsCopyright © 2013. All Rights Reserved.