|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enterprisedt.net.ftp.WriteMode
public class WriteMode
Enumerates the write modes that are possible when transferring files.
Field Summary | |
---|---|
static WriteMode |
APPEND
Append the file |
static java.lang.String |
cvsId
Revision control id |
static WriteMode |
OVERWRITE
Overwrite the file |
static WriteMode |
RESUME
Resume the file |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String cvsId
public static final WriteMode OVERWRITE
public static final WriteMode APPEND
public static final WriteMode RESUME
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |