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


com.enterprisedt.net.ftp
Class TransferDirection

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

public class TransferDirection
extends java.lang.Object

Encapsulates the possible transfer directions

Version:
$Revision: 1.1 $
Author:
Bruce Blackshaw

Field Summary
static TransferDirection DOWNLOAD
          Represents download
static TransferDirection UPLOAD
          Represents upload
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UPLOAD

public static final TransferDirection UPLOAD
Represents upload


DOWNLOAD

public static final TransferDirection DOWNLOAD
Represents download

Method Detail

toString

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


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