public class NoRegExpMatching extends Object implements RegularExpressionMatching
| Constructor and Description |
|---|
NoRegExpMatching() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
matchFileNamesWithPattern(File[] files,
String fileNameRegExp)
opens and returns the requested filename string
|
SftpFile[] |
matchFilesWithPattern(SftpFile[] files,
String fileNameRegExp)
returns files
|
public String[] matchFileNamesWithPattern(File[] files, String fileNameRegExp) throws SshException, SftpStatusException
matchFileNamesWithPattern in interface RegularExpressionMatchingSftpStatusExceptionSshExceptionpublic SftpFile[] matchFilesWithPattern(SftpFile[] files, String fileNameRegExp) throws SftpStatusException, SshException
matchFilesWithPattern in interface RegularExpressionMatchingSftpStatusExceptionSshExceptionCopyright © 2025. All rights reserved.