|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enterprisedt.net.ftp.FTPReply
public class FTPReply
Encapsulates the FTP server reply
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 |
---|
public static final java.lang.String cvsId
Method Detail |
---|
public java.lang.String getRawReply()
public java.lang.String getReplyCode()
public java.lang.String getReplyText()
public java.lang.String[] getReplyData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |