Class SftpPersistentAcceptOnceFileListFilter

All Implemented Interfaces:
Closeable, AutoCloseable, FileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>, ResettableFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>, ReversibleFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>

public class SftpPersistentAcceptOnceFileListFilter
extends AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
Persistent file list filter using the server's file timestamp to detect if we've already 'seen' this file.
Since:
3.0
Author:
Gary Russell, David Liu