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
- SftpStatusException
SshException
String[] matchFileNamesWithPattern(File[] files, String fileNameRegExp) throws SftpStatusException, SshException
files
- fileNameRegExp
- SftpStatusException
SshException
Copyright © 2024. All rights reserved.