org.gudy.azureus2.plugins.download
Interface DownloadStub.DownloadStubEx

All Superinterfaces:
DownloadStub
Enclosing interface:
DownloadStub

public static interface DownloadStub.DownloadStubEx
extends DownloadStub


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gudy.azureus2.plugins.download.DownloadStub
DownloadStub.DownloadStubEx, DownloadStub.DownloadStubFile
 
Method Summary
 long getCreationDate()
           
 String[] getManualTags()
           
 int getShareRatio()
           
 void remove(boolean delete_torrent, boolean delete_data)
           
 
Methods inherited from interface org.gudy.azureus2.plugins.download.DownloadStub
destubbify, getLongAttribute, getName, getSavePath, getStubFiles, getTorrent, getTorrentHash, getTorrentSize, isStub, remove, setLongAttribute
 

Method Detail

getCreationDate

long getCreationDate()

getManualTags

String[] getManualTags()

getShareRatio

int getShareRatio()

remove

void remove(boolean delete_torrent,
            boolean delete_data)
            throws DownloadException,
                   DownloadRemovalVetoException
Throws:
DownloadException
DownloadRemovalVetoException