org.globus.ftp
Class Options

java.lang.Object
  extended by org.globus.ftp.Options
Direct Known Subclasses:
ChecksumOptions, RetrieveOptions

public abstract class Options
extends java.lang.Object

Represents FTP command options, as defined in RFC 2389.


Field Summary
protected  java.lang.String command
           
 
Constructor Summary
Options(java.lang.String cmd)
           
 
Method Summary
abstract  java.lang.String getArgument()
          Subclasses should implement this method.
 java.lang.String toFtpCmdArgument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

protected java.lang.String command
Constructor Detail

Options

public Options(java.lang.String cmd)
Parameters:
cmd - command whose options are represent by this object
Method Detail

toFtpCmdArgument

public java.lang.String toFtpCmdArgument()

getArgument

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



Copyright © 2013. All Rights Reserved.