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