Class ChecksumOptions


  • public class ChecksumOptions
    extends Options
    CKSM options as defined in GridFTP.
    • Constructor Detail

      • ChecksumOptions

        public ChecksumOptions​(ChecksumAlgorithm algo)
        Parameters:
        algo - algorithm whose options are represent by this object
    • Method Detail

      • getArgument

        public java.lang.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