Uses of Interface
com.biglybt.core.util.FileUtil.ProgressListener
-
-
Uses of FileUtil.ProgressListener in com.biglybt.core.disk
Methods in com.biglybt.core.disk with parameters of type FileUtil.ProgressListener Modifier and Type Method Description boolean
DiskManagerFileInfo. setLinkAtomic(java.io.File link_destination, FileUtil.ProgressListener pl)
-
Uses of FileUtil.ProgressListener in com.biglybt.core.disk.impl
Methods in com.biglybt.core.disk.impl with parameters of type FileUtil.ProgressListener Modifier and Type Method Description void
DiskManagerFileInfoImpl. moveFile(java.io.File new_root_dir, java.io.File new_absolute_file, boolean link_only, FileUtil.ProgressListener pl)
(package private) static java.lang.String
DiskManagerUtil. setFileLink(DownloadManager download_manager, DiskManagerFileInfo[] info, DiskManagerFileInfo file_info, java.io.File from_file, java.io.File to_link, FileUtil.ProgressListener pl)
boolean
DiskManagerFileInfoImpl. setLinkAtomic(java.io.File link_destination, FileUtil.ProgressListener pl)
-
Uses of FileUtil.ProgressListener in com.biglybt.core.diskmanager.cache
Methods in com.biglybt.core.diskmanager.cache with parameters of type FileUtil.ProgressListener Modifier and Type Method Description void
CacheFile. moveFile(java.io.File new_file, FileUtil.ProgressListener pl)
-
Uses of FileUtil.ProgressListener in com.biglybt.core.diskmanager.cache.impl
Methods in com.biglybt.core.diskmanager.cache.impl with parameters of type FileUtil.ProgressListener Modifier and Type Method Description void
CacheFileWithCache. moveFile(java.io.File new_file, FileUtil.ProgressListener pl)
void
CacheFileWithoutCache. moveFile(java.io.File new_file, FileUtil.ProgressListener pl)
void
CacheFileWithoutCacheMT. moveFile(java.io.File new_file, FileUtil.ProgressListener pl)
-
Uses of FileUtil.ProgressListener in com.biglybt.core.diskmanager.file
Methods in com.biglybt.core.diskmanager.file with parameters of type FileUtil.ProgressListener Modifier and Type Method Description void
FMFile. moveFile(java.io.File new_file, FileUtil.ProgressListener pl)
-
Uses of FileUtil.ProgressListener in com.biglybt.core.diskmanager.file.impl
Methods in com.biglybt.core.diskmanager.file.impl with parameters of type FileUtil.ProgressListener Modifier and Type Method Description void
FMFileImpl. moveFile(java.io.File new_unlinked_file, FileUtil.ProgressListener pl)
void
FMFilePadding. moveFile(java.io.File new_file, FileUtil.ProgressListener pl)
-
Uses of FileUtil.ProgressListener in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl with parameters of type FileUtil.ProgressListener Modifier and Type Method Description boolean
DownloadManagerController.fileInfoFacade. setLinkAtomic(java.io.File link_destination, FileUtil.ProgressListener pl)
-
Uses of FileUtil.ProgressListener in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type FileUtil.ProgressListener Modifier and Type Method Description private static boolean
FileUtil. reallyCopyFile(java.io.File from_file, java.io.File to_file, FileUtil.ProgressListener pl)
static boolean
FileUtil. renameFile(java.io.File from_file, java.io.File to_file, boolean fail_on_existing_directory, java.io.FileFilter file_filter, FileUtil.ProgressListener pl)
static boolean
FileUtil. renameFile(java.io.File from_file, java.io.File to_file, FileUtil.ProgressListener pl)
private static boolean
FileUtil. renameFileSupport(java.io.File from_file, java.io.File to_file, boolean fail_on_existing_directory, java.io.FileFilter file_filter, FileUtil.ProgressListener pl)
-
Uses of FileUtil.ProgressListener in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type FileUtil.ProgressListener Modifier and Type Method Description boolean
FilesView.FilesViewNodeInner. setLinkAtomic(java.io.File link_destination, FileUtil.ProgressListener pl)
boolean
FilesView.FilesViewNodeLeaf. setLinkAtomic(java.io.File link_destination, FileUtil.ProgressListener pl)
-