Sun Adapter for Batch/FTP

com.stc.connector.batchadapter.util
Interface DirRegExp

All Known Implementing Classes:
FtpDirRegExp, LocalDirRegExp

public interface DirRegExp

Provides support for directory-name regular expressions. The implementation is LocalDirRegExp and FtpDirRegExp.

Version:
cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2008/02/25 16:56:30 $
Author:
Harry Liu

Field Summary
static java.lang.String regExpChars
           
 
Method Summary
 java.util.ArrayList getDirs()
          Get directory names.
 

Field Detail

regExpChars

static final java.lang.String regExpChars
See Also:
Constant Field Values
Method Detail

getDirs

java.util.ArrayList getDirs()
                            throws java.lang.Exception
Get directory names.

Returns:
A list of directory names.
Throws:
java.lang.Exception - If some error occurs.

Sun Adapter for Batch/FTP