edtFTPj/Free - Open-source FTP library for Java | Download


com.enterprisedt.net.ftp
Class WriteMode

java.lang.Object
  extended by com.enterprisedt.net.ftp.WriteMode

public class WriteMode
extends java.lang.Object

Enumerates the write modes that are possible when transferring files.

Version:
$Revision: 1.1 $
Author:
Bruce Blackshaw

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

cvsId

public static final java.lang.String cvsId
Revision control id

See Also:
Constant Field Values

OVERWRITE

public static final WriteMode OVERWRITE
Overwrite the file


APPEND

public static final WriteMode APPEND
Append the file


RESUME

public static final WriteMode RESUME
Resume the file

Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.