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


com.enterprisedt.net.ftp
Class DirectoryEmptyStrings

java.lang.Object
  extended by com.enterprisedt.net.ftp.ServerStrings
      extended by com.enterprisedt.net.ftp.DirectoryEmptyStrings

public final class DirectoryEmptyStrings
extends ServerStrings

Contains fragments of server replies that indicate no files were found in a supplied directory.

Version:
$Revision: 1.1 $
Author:
Bruce Blackshaw

Field Summary
static java.lang.String EMPTY_DIR
          Server string indicating no files found (EMPTY_DIR)
static java.lang.String NO_DATA_SETS_FOUND
          Server string for OS/390 indicating no files found (NO_DATA_SETS_FOUND)
static java.lang.String NO_FILES
          Server string indicating no files found (NO_FILES)
static java.lang.String NO_SUCH_FILE_OR_DIR
          Server string indicating no files found (wu-ftpd) (NO_SUCH_FILE_OR_DIR)
 
Constructor Summary
DirectoryEmptyStrings()
          Constructor.
 
Method Summary
 
Methods inherited from class com.enterprisedt.net.ftp.ServerStrings
add, clearAll, getAll, matches, remove, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_FILES

public static final java.lang.String NO_FILES
Server string indicating no files found (NO_FILES)

See Also:
Constant Field Values

NO_SUCH_FILE_OR_DIR

public static final java.lang.String NO_SUCH_FILE_OR_DIR
Server string indicating no files found (wu-ftpd) (NO_SUCH_FILE_OR_DIR)

See Also:
Constant Field Values

EMPTY_DIR

public static final java.lang.String EMPTY_DIR
Server string indicating no files found (EMPTY_DIR)

See Also:
Constant Field Values

NO_DATA_SETS_FOUND

public static final java.lang.String NO_DATA_SETS_FOUND
Server string for OS/390 indicating no files found (NO_DATA_SETS_FOUND)

See Also:
Constant Field Values
Constructor Detail

DirectoryEmptyStrings

public DirectoryEmptyStrings()
Constructor. Adds the fragments to match on



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