Uses of Class
com.biglybt.pif.download.DownloadRemovalVetoException
Packages that use DownloadRemovalVetoException
Package
Description
-
Uses of DownloadRemovalVetoException in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl that throw DownloadRemovalVetoException -
Uses of DownloadRemovalVetoException in com.biglybt.core.lws
Methods in com.biglybt.core.lws that throw DownloadRemovalVetoExceptionModifier and TypeMethodDescriptionbooleanLWSDownload.canBeRemoved()voidLWSDownload.remove()voidLWSDownload.remove(boolean delete_torrent, boolean delete_data) voidLWSDownload.stopAndRemove(boolean delete_torrent, boolean delete_data) LWSDownload.stubbify() -
Uses of DownloadRemovalVetoException in com.biglybt.pif.download
Methods in com.biglybt.pif.download that throw DownloadRemovalVetoExceptionModifier and TypeMethodDescriptionbooleanDownload.canBeRemoved()Tests whether or not a download can be removed.voidDownloadWillBeRemovedListener.downloadWillBeRemoved(Download download) voidDownload.remove()Removes a download.voidDownload.remove(boolean delete_torrent, boolean delete_data) Same as "remove" but, if successful, deletes the torrent and/or datavoidDownloadStub.DownloadStubEx.remove(boolean delete_torrent, boolean delete_data) voidDownloadStub.remove()voidDownload.stopAndRemove(boolean delete_torrent, boolean delete_data) Download.stubbify() -
Uses of DownloadRemovalVetoException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw DownloadRemovalVetoExceptionModifier and TypeMethodDescriptionvoidShortCuts.removeDownload(byte[] hash) A quick way of deleting a download given its hash -
Uses of DownloadRemovalVetoException in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that throw DownloadRemovalVetoExceptionModifier and TypeMethodDescriptionbooleanDownloadImpl.canBeRemoved()voidDownloadEventNotifierImpl.DownloadWillBeRemovedNotifier.downloadWillBeRemoved(Download download) protected voidDownloadImpl.isRemovable()voidDownloadImpl.remove()voidDownloadImpl.remove(boolean delete_torrent, boolean delete_data) voidDownloadStubImpl.remove(boolean delete_torrent, boolean delete_data) voidDownloadImpl.stopAndRemove(boolean delete_torrent, boolean delete_data) DownloadImpl.stubbify()protected DownloadStubDownloadManagerImpl.stubbify(DownloadImpl download) -
Uses of DownloadRemovalVetoException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw DownloadRemovalVetoException -
Uses of DownloadRemovalVetoException in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that throw DownloadRemovalVetoExceptionModifier and TypeMethodDescriptionbooleanRPDownload.canBeRemoved()voidRPDownload.remove()voidRPDownload.remove(boolean delete_torrent, boolean delete_data) voidRPDownload.stopAndRemove(boolean delete_torrent, boolean delete_data) RPDownload.stubbify()