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 RegularExpressionMatching
SftpStatusException
SshException
public SftpFile[] matchFilesWithPattern(SftpFile[] files, String fileNameRegExp) throws SftpStatusException, SshException
matchFilesWithPattern
in interface RegularExpressionMatching
SftpStatusException
SshException
Copyright © 2024. All rights reserved.