|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for treating a filename as a regular expression and returning the list of files that match.
| Method Summary | |
java.lang.String[] |
matchFileNamesWithPattern(java.io.File[] files,
java.lang.String fileNameRegExp)
returns each of the files that match the pattern fileNameRegExp |
SftpFile[] |
matchFilesWithPattern(SftpFile[] files,
java.lang.String fileNameRegExp)
returns each of the SftpFiles that match the pattern fileNameRegExp |
| Method Detail |
public SftpFile[] matchFilesWithPattern(SftpFile[] files,
java.lang.String fileNameRegExp)
throws SftpStatusException,
SshException
files - fileNameRegExp -
SftpStatusException
SshException
public java.lang.String[] matchFileNamesWithPattern(java.io.File[] files,
java.lang.String fileNameRegExp)
throws SftpStatusException,
SshException
files - fileNameRegExp -
SftpStatusException
SshException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||