|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.script.CommandResult
public class CommandResult
Result from a script command
| Constructor Summary | |
|---|---|
CommandResult()
Default constructor |
|
CommandResult(boolean forceScriptExit,
java.lang.String debug,
java.lang.String shellOutput)
Constructor |
|
CommandResult(java.lang.String debug,
java.lang.String shellOutput)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
forceScriptExit()
Should force script to exit |
boolean |
forceShellExit()
|
java.lang.String |
getDebug()
Get the debug string. |
int |
getDeleteCount()
|
int |
getDownloadCount()
|
java.lang.Exception |
getLastException()
|
FTPReply |
getLastFTPReply()
|
java.lang.String |
getServerMessageLog()
|
java.lang.String[] |
getServerMessageLogs()
|
java.lang.String |
getShellOutput()
Get the output string appropriate for a shell |
int |
getUploadCount()
|
void |
setDeleteCount(int deleteCount)
|
void |
setDownloadCount(int downloadCount)
|
void |
setForceShellExit(boolean forceShellExit)
|
void |
setLastException(java.lang.Exception lastException)
|
void |
setLastFTPReply(FTPReply lastFTPReply)
|
void |
setServerMessageLog(java.lang.String[] serverMessageLog)
|
void |
setUploadCount(int uploadCount)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandResult()
public CommandResult(java.lang.String debug,
java.lang.String shellOutput)
debug - shellOutput -
public CommandResult(boolean forceScriptExit,
java.lang.String debug,
java.lang.String shellOutput)
debug - shellOutput - | Method Detail |
|---|
public boolean forceScriptExit()
public java.lang.String getDebug()
public java.lang.String getShellOutput()
public boolean forceShellExit()
public void setForceShellExit(boolean forceShellExit)
public java.lang.String[] getServerMessageLogs()
public java.lang.String getServerMessageLog()
public void setServerMessageLog(java.lang.String[] serverMessageLog)
public FTPReply getLastFTPReply()
public void setLastFTPReply(FTPReply lastFTPReply)
public java.lang.Exception getLastException()
public void setLastException(java.lang.Exception lastException)
public int getDownloadCount()
public void setDownloadCount(int downloadCount)
public int getUploadCount()
public void setUploadCount(int uploadCount)
public int getDeleteCount()
public void setDeleteCount(int deleteCount)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||