org.globus.ftp
Class ChecksumOptions
java.lang.Object
org.globus.ftp.Options
org.globus.ftp.ChecksumOptions
- public class ChecksumOptions
- extends Options
CKSM options as defined in GridFTP.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
algo
protected ChecksumAlgorithm algo
ChecksumOptions
public ChecksumOptions(ChecksumAlgorithm algo)
getArgument
public String 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 class Options