public interface RegularExpressionMatching
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
matchFileNamesWithPattern(AbstractFile[] 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
|
SftpFile[] matchFilesWithPattern(SftpFile[] files, java.lang.String fileNameRegExp) throws SftpStatusException, SshException
files - fileNameRegExp - SftpStatusExceptionSshExceptionjava.lang.String[] matchFileNamesWithPattern(AbstractFile[] files, java.lang.String fileNameRegExp) throws SftpStatusException, SshException, java.io.IOException, PermissionDeniedException
files - fileNameRegExp - SftpStatusExceptionSshExceptionPermissionDeniedExceptionjava.io.IOExceptionCopyright © 2022. All rights reserved.