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


Uses of Class
com.enterprisedt.net.ftp.DirectoryEmptyStrings

Packages that use DirectoryEmptyStrings
com.enterprisedt.net.ftp FileTransferClient is the key class for edtFTPj/Free and provides basic FTP features. 
 

Uses of DirectoryEmptyStrings in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as DirectoryEmptyStrings
protected  DirectoryEmptyStrings FTPClient.dirEmptyStrings
          Matcher for directory empty
 

Methods in com.enterprisedt.net.ftp that return DirectoryEmptyStrings
 DirectoryEmptyStrings FTPClient.getDirectoryEmptyMessages()
          Get class that holds fragments of server messages that indicate a directory is empty.
 DirectoryEmptyStrings AdvancedFTPSettings.getDirectoryEmptyMessages()
          Get class that holds fragments of server messages that indicate a directory is empty.
 

Methods in com.enterprisedt.net.ftp with parameters of type DirectoryEmptyStrings
 void FTPClient.setDirectoryEmptyMessages(DirectoryEmptyStrings dirEmptyStrings)
          Set a new instance of the strings class
 



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