| java.lang.Object org.apache.tools.ant.taskdefs.optional.net.FTPConfigurator
FTPConfigurator | class FTPConfigurator (Code) | | The sole purpose of this class is (note that it is package-private
is to serve as a separate, static compilation unit for importing
FTPClientConfig, to enable users who wish to use the FTP task
without using its new features to avoid the need to
upgrade to jakarta-commons-net 1.4.0, where FTPClientConfig was
introduced.
|
Method Summary | |
static FTPClient | configure(FTPClient client, FTP task) configures the supplied FTPClient with the various
attributes set in the supplied FTP task. |
configure | static FTPClient configure(FTPClient client, FTP task)(Code) | | configures the supplied FTPClient with the various
attributes set in the supplied FTP task.
Parameters: client - the FTPClient to be configured Parameters: task - the FTP task whose attributes are used toconfigure the client the client as configured. |
|
|