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 |
---|---|
String |
getArgument()
Subclasses should implement this method.
|
toFtpCmdArgument
protected ChecksumAlgorithm algo
public ChecksumOptions(ChecksumAlgorithm algo)
algo
- algorithm whose options are represent by this objectpublic String getArgument()
getArgument
in class Options
Copyright © 2016. All rights reserved.