public class SftpInboundFileSynchronizer extends AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry>
EXPRESSION_PARSER, logger| コンストラクターと説明 |
|---|
SftpInboundFileSynchronizer(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory)Session インスタンスの取得に使用される SessionFactory を使用してシンクロナイザーを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected StringSE | getFilename(com.jcraft.jsch.ChannelSftp.LsEntry file) |
protected long | getModified(com.jcraft.jsch.ChannelSftp.LsEntry file) |
protected boolean | isFile(com.jcraft.jsch.ChannelSftp.LsEntry file) |
protected StringSE | protocol() このシンクロナイザーが動作するプロトコルを返します。 |
afterPropertiesSet, close, copyFileToLocalDirectory, doInit, doSetFilter, doSetRemoteDirectoryExpression, evaluateRemoteDirectory, filterFiles, getComparator, getRemoteFileMetadata, getTemporaryFileSuffix, removeRemoteFileMetadata, rollbackFromFileToListEnd, setBeanFactory, setBeanName, setComparator, setDeleteRemoteFiles, setFilter, setLocalFilenameGeneratorExpression, setLocalFilenameGeneratorExpressionString, setMetadataStorePrefix, setPreserveTimestamp, setRemoteDirectory, setRemoteDirectoryExpression, setRemoteDirectoryExpressionString, setRemoteFileMetadataStore, setRemoteFileSeparator, setTemporaryFileSuffix, synchronizeToLocalDirectory, synchronizeToLocalDirectorycloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic SftpInboundFileSynchronizer(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory)
Session インスタンスの取得に使用される SessionFactory を使用してシンクロナイザーを作成します。sessionFactory - セッションファクトリ。protected boolean isFile(com.jcraft.jsch.ChannelSftp.LsEntry file)
AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry> の isFile protected StringSE getFilename(com.jcraft.jsch.ChannelSftp.LsEntry file)
AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry> の getFilename protected long getModified(com.jcraft.jsch.ChannelSftp.LsEntry file)
AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry> の getModified protected StringSE protocol()
AbstractInboundFileSynchronizerAbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry> の protocol