Uses of Class
tv.hd3g.transfertfiles.CachedFileAttributes
-
Packages that use CachedFileAttributes Package Description tv.hd3g.transfertfiles tv.hd3g.transfertfiles.ftp tv.hd3g.transfertfiles.sftp -
-
Uses of CachedFileAttributes in tv.hd3g.transfertfiles
Methods in tv.hd3g.transfertfiles that return CachedFileAttributes Modifier and Type Method Description static CachedFileAttributesCachedFileAttributes. notExists(AbstractFile abstractFile)default CachedFileAttributesAbstractFile. toCache()Methods in tv.hd3g.transfertfiles that return types with arguments of type CachedFileAttributes Modifier and Type Method Description default Stream<CachedFileAttributes>AbstractFile. toCachedList() -
Uses of CachedFileAttributes in tv.hd3g.transfertfiles.ftp
Methods in tv.hd3g.transfertfiles.ftp that return CachedFileAttributes Modifier and Type Method Description CachedFileAttributesFTPFile. toCache()Methods in tv.hd3g.transfertfiles.ftp that return types with arguments of type CachedFileAttributes Modifier and Type Method Description Stream<CachedFileAttributes>FTPFile. toCachedList() -
Uses of CachedFileAttributes in tv.hd3g.transfertfiles.sftp
Methods in tv.hd3g.transfertfiles.sftp that return CachedFileAttributes Modifier and Type Method Description CachedFileAttributesSFTPFile. toCache()Methods in tv.hd3g.transfertfiles.sftp that return types with arguments of type CachedFileAttributes Modifier and Type Method Description Stream<CachedFileAttributes>SFTPFile. toCachedList()
-