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


com.enterprisedt.net.ftp
Class FTPReply

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

public class FTPReply
extends java.lang.Object

Encapsulates the FTP server reply

Version:
$Revision: 1.7 $
Author:
Bruce Blackshaw

Field Summary
static java.lang.String cvsId
          Revision control id
 
Method Summary
 java.lang.String getRawReply()
          Getter for raw reply
 java.lang.String getReplyCode()
          Getter for reply code
 java.lang.String[] getReplyData()
          Getter for reply data lines
 java.lang.String getReplyText()
          Getter for reply text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsId

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

See Also:
Constant Field Values
Method Detail

getRawReply

public java.lang.String getRawReply()
Getter for raw reply

Returns:
server's raw reply

getReplyCode

public java.lang.String getReplyCode()
Getter for reply code

Returns:
server's reply code

getReplyText

public java.lang.String getReplyText()
Getter for reply text

Returns:
server's reply text

getReplyData

public java.lang.String[] getReplyData()
Getter for reply data lines

Returns:
array of data lines returned (if any). Null if no data lines


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