Package com.biglybt.pif.sharing
Interface ShareItem
-
- All Known Implementing Classes:
ShareItemImpl
public interface ShareItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Torrent
getTorrent()
java.io.File
getTorrentFile()
-
-
-
Method Detail
-
getTorrentFile
java.io.File getTorrentFile()
-
getTorrent
Torrent getTorrent() throws ShareException
- Throws:
ShareException
-
-