Package org.globus.ftp
Class ChecksumOptions
java.lang.Object
org.globus.ftp.Options
org.globus.ftp.ChecksumOptions
CKSM options as defined in GridFTP.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.globus.ftp.Options
toFtpCmdArgument
-
Field Details
-
algo
-
-
Constructor Details
-
ChecksumOptions
- Parameters:
algo
- algorithm whose options are represent by this object
-
-
Method Details
-
getArgument
Subclasses should implement this method. It should return the right side of the options line, in the format of OPTS command. It should not include the command name.- Specified by:
getArgument
in classOptions
-