com.myjavaworld.jftp
Class TransferObject

java.lang.Object
  extended by com.myjavaworld.jftp.TransferObject

public class TransferObject
extends Object

Author:
Sai Pullabhotla

Field Summary
static int DOWNLOAD
           
static int UPLOAD
           
 
Constructor Summary
TransferObject(int direction, LocalFile localFile, com.myjavaworld.ftp.RemoteFile remoteFile)
           
 
Method Summary
 int getDirection()
           
 LocalFile getLocalFile()
           
 com.myjavaworld.ftp.RemoteFile getRemoteFile()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DOWNLOAD

public static int DOWNLOAD

UPLOAD

public static int UPLOAD
Constructor Detail

TransferObject

public TransferObject(int direction,
                      LocalFile localFile,
                      com.myjavaworld.ftp.RemoteFile remoteFile)
Method Detail

getDirection

public int getDirection()

getLocalFile

public LocalFile getLocalFile()

getRemoteFile

public com.myjavaworld.ftp.RemoteFile getRemoteFile()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.