public interface RegularExpressionMatching
| Modifier and Type | Method and Description |
|---|---|
String[] |
matchFileNamesWithPattern(File[] files,
String fileNameRegExp)
returns each of the files that match the pattern fileNameRegExp
|
SftpFile[] |
matchFilesWithPattern(SftpFile[] files,
String fileNameRegExp)
returns each of the SftpFiles that match the pattern fileNameRegExp
|
SftpFile[] matchFilesWithPattern(SftpFile[] files, String fileNameRegExp) throws SftpStatusException, SshException
files - fileNameRegExp - SftpStatusExceptionSshExceptionString[] matchFileNamesWithPattern(File[] files, String fileNameRegExp) throws SftpStatusException, SshException
files - fileNameRegExp - SftpStatusExceptionSshExceptionCopyright © 2025. All rights reserved.