Class Options

    • Field Detail

      • command

        protected String command
    • Constructor Detail

      • Options

        public Options​(String cmd)
        Parameters:
        cmd - command whose options are represent by this object
    • Method Detail

      • toFtpCmdArgument

        public String toFtpCmdArgument()
      • getArgument

        public abstract 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.