|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.ftp.Options
public abstract class Options
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 |
|---|
protected java.lang.String command
| Constructor Detail |
|---|
public Options(java.lang.String cmd)
cmd - command whose options are represent by this object| Method Detail |
|---|
public java.lang.String toFtpCmdArgument()
public abstract java.lang.String getArgument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||