Package com.biglybt.pif.download
Interface DownloadStub.DownloadStubEx
-
- All Superinterfaces:
DownloadStub
- All Known Implementing Classes:
DownloadStubImpl
- Enclosing interface:
- DownloadStub
public static interface DownloadStub.DownloadStubEx extends DownloadStub
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.biglybt.pif.download.DownloadStub
DownloadStub.DownloadStubEx, DownloadStub.DownloadStubFile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCategory()
long
getCompletionDate()
long
getCreationDate()
java.lang.String[]
getManualTags()
int
getShareRatio()
void
remove(boolean delete_torrent, boolean delete_data)
-
Methods inherited from interface com.biglybt.pif.download.DownloadStub
destubbify, getLongAttribute, getMainTracker, getName, getSavePath, getStubFiles, getTorrent, getTorrentHash, getTorrentSize, isStub, remove, setLongAttribute
-
-
-
-
Method Detail
-
getCreationDate
long getCreationDate()
-
getCompletionDate
long getCompletionDate()
-
getManualTags
java.lang.String[] getManualTags()
-
getShareRatio
int getShareRatio()
-
getCategory
java.lang.String getCategory()
-
remove
void remove(boolean delete_torrent, boolean delete_data) throws DownloadException, DownloadRemovalVetoException
-
-