public class FtpDirectoryStream extends DirectoryStreamBase<org.apache.commons.net.ftp.FTPFile,Path>
DirectoryStream.Filter
Constructor and Description |
---|
FtpDirectoryStream(Path dir,
DirectoryStream.Filter filter,
java.util.List<org.apache.commons.net.ftp.FTPFile> listing) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getFileNameFromEntry(org.apache.commons.net.ftp.FTPFile entry,
Path parentPath) |
protected Path |
getStreamElementFromEntry(org.apache.commons.net.ftp.FTPFile entry,
Path entryPath) |
public FtpDirectoryStream(Path dir, DirectoryStream.Filter filter, java.util.List<org.apache.commons.net.ftp.FTPFile> listing) throws XenonException
XenonException
protected Path getStreamElementFromEntry(org.apache.commons.net.ftp.FTPFile entry, Path entryPath)
getStreamElementFromEntry
in class DirectoryStreamBase<org.apache.commons.net.ftp.FTPFile,Path>
protected java.lang.String getFileNameFromEntry(org.apache.commons.net.ftp.FTPFile entry, Path parentPath)
getFileNameFromEntry
in class DirectoryStreamBase<org.apache.commons.net.ftp.FTPFile,Path>