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 voidDiskManagerUtil.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 TypeMethodDescriptionvoidDownloadManager.copyDataFiles(File parent_dir, CoreOperationTask.ProgressCallback progress) static voidDownloadManagerStateFactory.deleteDownloadState(byte[] download_hash, boolean delete_cache) static voidDownloadManagerStateFactory.deleteDownloadState(File source_dir, byte[] download_hash) voidDownloadManager.exportDownload(File parent_dir) static voidDownloadManagerStateFactory.importDownloadState(File source_dir, byte[] download_hash) voidDownloadManager.moveDataFiles(File new_parent_dir) Move data files to new location.voidDownloadManager.moveDataFiles(File new_parent_dir, String new_name) Move the files and rename a download in one go.voidDownloadManager.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).voidDownloadManager.moveTorrentFile(File new_parent_dir) Move torrent file to new location.voidDownloadManager.moveTorrentFile(File parent_dir, String new_name) voidRenames the save file, torrent file and the displayed name.voidDownloadManager.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).voidDownloadManager.renameTorrent(String new_name) voidDownloadManager.renameTorrentSafe(String name) Same as renameTorrent, but appends numbers if torrent already existsvoidDownloadManager.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 TypeMethodDescriptionvoidDownloadManagerImpl.copyDataFiles(File dest_parent_dir, CoreOperationTask.ProgressCallback cb) private voidDownloadManagerImpl.copyTorrentFile(File parent_dir) static voidDownloadManagerStateImpl.deleteDownloadState(byte[] download_hash, boolean delete_cache) static voidDownloadManagerStateImpl.deleteDownloadState(File source_dir, byte[] download_hash) voidDownloadManagerImpl.exportDownload(File parent_dir) static voidDownloadManagerStateImpl.importDownloadState(File source_dir, byte[] download_hash) voidDownloadManagerImpl.moveDataFiles(File new_parent_dir) voidDownloadManagerImpl.moveDataFiles(File destination, String new_name) voidDownloadManagerImpl.moveDataFiles(File destination, String new_name, boolean live) voidDownloadManagerImpl.moveDataFilesLive(File new_parent_dir) (package private) voidDownloadManagerImpl.moveDataFilesSupport(File new_parent_dir, String new_filename) (package private) voidDownloadManagerImpl.moveDataFilesSupport0(File new_parent_dir, String new_filename) voidDownloadManagerImpl.moveTorrentFile(File new_parent_dir) voidDownloadManagerImpl.moveTorrentFile(File new_parent_dir, String new_name) private voidDownloadManagerImpl.moveTorrentFile0(File new_parent_dir, String new_name) voidvoidDownloadManagerImpl.renameDownload(String new_name) voidDownloadManagerImpl.renameTorrent(String name) voidDownloadManagerImpl.renameTorrentSafe(String name) voidDownloadManagerImpl.setTorrentFile(File new_parent_dir, String new_name)