public class NoRegExpMatching extends java.lang.Object implements RegularExpressionMatching
| Constructor and Description |
|---|
NoRegExpMatching() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
matchFileNamesWithPattern(AbstractFile[] files,
java.lang.String fileNameRegExp)
opens and returns the requested filename string
|
SftpFile[] |
matchFilesWithPattern(SftpFile[] files,
java.lang.String fileNameRegExp)
returns files
|
public java.lang.String[] matchFileNamesWithPattern(AbstractFile[] files, java.lang.String fileNameRegExp) throws SshException, SftpStatusException, java.io.IOException, PermissionDeniedException
matchFileNamesWithPattern in interface RegularExpressionMatchingSftpStatusExceptionPermissionDeniedExceptionjava.io.IOExceptionSshExceptionpublic SftpFile[] matchFilesWithPattern(SftpFile[] files, java.lang.String fileNameRegExp) throws SftpStatusException, SshException
matchFilesWithPattern in interface RegularExpressionMatchingSftpStatusExceptionSshExceptionCopyright © 2022. All rights reserved.