public class SftpPersistentAcceptOnceFileListFilter extends AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>
flushableStore, flushOnUpdate, prefix, store| Constructor and Description |
|---|
SftpPersistentAcceptOnceFileListFilter(ConcurrentMetadataStore store,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
fileName(com.jcraft.jsch.ChannelSftp.LsEntry file) |
protected boolean |
isDirectory(com.jcraft.jsch.ChannelSftp.LsEntry file)
Subclasses must implement this method to indicate whether the file
is a directory or not.
|
protected long |
modified(com.jcraft.jsch.ChannelSftp.LsEntry file) |
accept, buildKey, close, fileStillExists, flushIfNeeded, isEqual, remove, rollback, setFlushOnUpdatealwaysAccept, isForRecursion, setAlwaysAcceptDirectories, setForRecursionfilterFiles, supportsSingleFileFilteringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterFiles, isForRecursion, supportsSingleFileFilteringpublic SftpPersistentAcceptOnceFileListFilter(ConcurrentMetadataStore store, String prefix)
protected long modified(com.jcraft.jsch.ChannelSftp.LsEntry file)
modified in class AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>protected String fileName(com.jcraft.jsch.ChannelSftp.LsEntry file)
fileName in class AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>protected boolean isDirectory(com.jcraft.jsch.ChannelSftp.LsEntry file)
AbstractDirectoryAwareFileListFilterisDirectory in class AbstractPersistentAcceptOnceFileListFilter<com.jcraft.jsch.ChannelSftp.LsEntry>file - the file.