Uses of Class
com.biglybt.core.download.DownloadManagerException
Packages that use DownloadManagerException
Package
Description
-
Uses of DownloadManagerException in com.biglybt.core.disk.impl
Methods in com.biglybt.core.disk.impl that throw DownloadManagerExceptionModifier and TypeMethodDescriptionstatic void
DiskManagerUtil.runMoveTask
(DownloadManager download_manager, File destination, Runnable target, DiskManagerUtil.MoveTaskAapter adapter) -
Uses of DownloadManagerException in com.biglybt.core.download
Methods in com.biglybt.core.download that throw DownloadManagerExceptionModifier and TypeMethodDescriptionvoid
DownloadManager.copyDataFiles
(File parent_dir, CoreOperationTask.ProgressCallback progress) static void
DownloadManagerStateFactory.deleteDownloadState
(byte[] download_hash, boolean delete_cache) static void
DownloadManagerStateFactory.deleteDownloadState
(File source_dir, byte[] download_hash) void
DownloadManager.exportDownload
(File parent_dir) static void
DownloadManagerStateFactory.importDownloadState
(File source_dir, byte[] download_hash) void
DownloadManager.moveDataFiles
(File new_parent_dir) Move data files to new location.void
DownloadManager.moveDataFiles
(File new_parent_dir, String new_name) Move the files and rename a download in one go.void
DownloadManager.moveDataFilesLive
(File new_parent_dir) At some point someone made the file-move operations stop+restart the download when it was designed to work without doing this (see move-on-complete for example).void
DownloadManager.moveTorrentFile
(File new_parent_dir) Move torrent file to new location.void
DownloadManager.moveTorrentFile
(File parent_dir, String new_name) void
Renames the save file, torrent file and the displayed name.void
DownloadManager.renameDownload
(String new_name) Rename the download - this means the name of the file being downloaded (for single file torrents), or the name of the directory holding the files (in a multi-file torrent).void
DownloadManager.renameTorrent
(String new_name) void
DownloadManager.renameTorrentSafe
(String name) Same as renameTorrent, but appends numbers if torrent already existsvoid
DownloadManager.setTorrentFile
(File new_parent_dir, String new_name) Sets the torrent file name (will perform a move of the torrent file) - this shouldn't be used unless you know what you are doing (it requires the download to be stopped!) - it is safer to use moveTorrentFile instead. -
Uses of DownloadManagerException in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl that throw DownloadManagerExceptionModifier and TypeMethodDescriptionvoid
DownloadManagerImpl.copyDataFiles
(File dest_parent_dir, CoreOperationTask.ProgressCallback cb) private void
DownloadManagerImpl.copyTorrentFile
(File parent_dir) static void
DownloadManagerStateImpl.deleteDownloadState
(byte[] download_hash, boolean delete_cache) static void
DownloadManagerStateImpl.deleteDownloadState
(File source_dir, byte[] download_hash) void
DownloadManagerImpl.exportDownload
(File parent_dir) static void
DownloadManagerStateImpl.importDownloadState
(File source_dir, byte[] download_hash) void
DownloadManagerImpl.moveDataFiles
(File new_parent_dir) void
DownloadManagerImpl.moveDataFiles
(File destination, String new_name) void
DownloadManagerImpl.moveDataFiles
(File destination, String new_name, boolean live) void
DownloadManagerImpl.moveDataFilesLive
(File new_parent_dir) (package private) void
DownloadManagerImpl.moveDataFilesSupport
(File new_parent_dir, String new_filename) (package private) void
DownloadManagerImpl.moveDataFilesSupport0
(File new_parent_dir, String new_filename) void
DownloadManagerImpl.moveTorrentFile
(File new_parent_dir) void
DownloadManagerImpl.moveTorrentFile
(File new_parent_dir, String new_name) private void
DownloadManagerImpl.moveTorrentFile0
(File new_parent_dir, String new_name) void
void
DownloadManagerImpl.renameDownload
(String new_name) void
DownloadManagerImpl.renameTorrent
(String name) void
DownloadManagerImpl.renameTorrentSafe
(String name) void
DownloadManagerImpl.setTorrentFile
(File new_parent_dir, String new_name)