public class SftpSystemMarkerFilePresentFileListFilter extends AbstractMarkerFilePresentFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
AbstractMarkerFilePresentFileListFilter.| Constructor and Description |
|---|
SftpSystemMarkerFilePresentFileListFilter(FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter) |
SftpSystemMarkerFilePresentFileListFilter(FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter,
java.util.function.Function<String,String> function) |
SftpSystemMarkerFilePresentFileListFilter(FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter,
String suffix) |
SftpSystemMarkerFilePresentFileListFilter(Map<FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>,java.util.function.Function<String,String>> filtersAndFunctions) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getFilename(com.jcraft.jsch.ChannelSftp.LsEntry file)
Return the name of the file represented by this F.
|
defaultFileNameFunction, filterFilesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, supportsSingleFileFilteringpublic SftpSystemMarkerFilePresentFileListFilter(FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter)
public SftpSystemMarkerFilePresentFileListFilter(FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter, String suffix)
public SftpSystemMarkerFilePresentFileListFilter(FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter, java.util.function.Function<String,String> function)
public SftpSystemMarkerFilePresentFileListFilter(Map<FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>,java.util.function.Function<String,String>> filtersAndFunctions)
protected String getFilename(com.jcraft.jsch.ChannelSftp.LsEntry file)
AbstractMarkerFilePresentFileListFiltergetFilename in class AbstractMarkerFilePresentFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>file - the file.