クラス SftpSystemMarkerFilePresentFileListFilter
java.lang.ObjectSE
org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>
org.springframework.integration.sftp.filters.SftpSystemMarkerFilePresentFileListFilter
- 実装されているすべてのインターフェース:
FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>
public class SftpSystemMarkerFilePresentFileListFilter
extends AbstractMarkerFilePresentFileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>
AbstractMarkerFilePresentFileListFilter の SFTP 実装。- 導入:
- 5.0
- 作成者:
- Gary Russell, Artem Bilan
コンストラクターの概要
コンストラクターコンストラクター説明SftpSystemMarkerFilePresentFileListFilter(MapSE<FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>, FunctionSE<StringSE, StringSE>> filtersAndFunctions) SftpSystemMarkerFilePresentFileListFilter(FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry> filter) SftpSystemMarkerFilePresentFileListFilter(FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry> filter, StringSE suffix) SftpSystemMarkerFilePresentFileListFilter(FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry> filter, FunctionSE<StringSE, StringSE> function) メソッドのサマリー
修飾子と型メソッド説明protected StringSEgetFilename(org.apache.sshd.sftp.client.SftpClient.DirEntry file) この F で表されるファイルの名前を返します。クラス org.springframework.integration.file.filters.AbstractMarkerFilePresentFileListFilter から継承されたメソッド
defaultFileNameFunction, filterFilesクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.integration.file.filters.FileListFilter から継承されたメソッド
accept, isForRecursion, supportsSingleFileFiltering
コンストラクターの詳細
SftpSystemMarkerFilePresentFileListFilter
public SftpSystemMarkerFilePresentFileListFilter(FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry> filter) SftpSystemMarkerFilePresentFileListFilter
public SftpSystemMarkerFilePresentFileListFilter(FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry> filter, StringSE suffix) SftpSystemMarkerFilePresentFileListFilter
public SftpSystemMarkerFilePresentFileListFilter(FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry> filter, FunctionSE<StringSE, StringSE> function) SftpSystemMarkerFilePresentFileListFilter
public SftpSystemMarkerFilePresentFileListFilter(MapSE<FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>, FunctionSE<StringSE, StringSE>> filtersAndFunctions)
メソッドの詳細
getFilename
クラスからコピーされた説明:AbstractMarkerFilePresentFileListFilterこの F で表されるファイルの名前を返します。- 次で指定:
- クラス
AbstractMarkerFilePresentFileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>のgetFilename - パラメーター:
file- ファイル。- 戻り値:
- 名前。