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
Method Summary |
java.util.ArrayList |
getDirs()
Get directory names. |
regExpChars
static final java.lang.String regExpChars
- See Also:
- Constant Field Values
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.