flux.file
Class FtpCommandAction.FtpCommandActionResult

java.lang.Object
  extended by flux.file.FtpCommandAction.FtpCommandActionResult
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
FtpCommandAction

public static class FtpCommandAction.FtpCommandActionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

The result when an FTP command action finishes execution.

See Also:
Serialized Form

Field Summary
 java.util.List<java.lang.String> result
          A sequence of responses from the remote server for each FTP command that the server executed.
 
Constructor Summary
FtpCommandAction.FtpCommandActionResult()
           
 
Method Summary
 java.lang.Object clone()
          Clones this FTP command result object.
 java.lang.String toString()
          Returns a readable version of this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

result

public java.util.List<java.lang.String> result
A sequence of responses from the remote server for each FTP command that the server executed. The response from each FTP command, including empty responses, are listed in the same order as the FTP commands.

Constructor Detail

FtpCommandAction.FtpCommandActionResult

public FtpCommandAction.FtpCommandActionResult()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones this FTP command result object.

Overrides:
clone in class java.lang.Object
Returns:
The cloned FTP command result object.
Throws:
java.lang.CloneNotSupportedException - Should never be thrown.

toString

public java.lang.String toString()
Returns a readable version of this object.

Overrides:
toString in class java.lang.Object
Returns:
A readable version of this object.


© 2014 Flux Corporation. All rights reserved.