Class TorrentManagerImpl.TorrentOptionsImpl
- java.lang.Object
-
- com.biglybt.pifimpl.local.torrent.TorrentManagerImpl.TorrentOptionsImpl
-
- All Implemented Interfaces:
TorrentOptions
- Enclosing class:
- TorrentManagerImpl
private static class TorrentManagerImpl.TorrentOptionsImpl extends java.lang.Object implements TorrentOptions
-
-
Field Summary
Fields Modifier and Type Field Description private TorrentOpenOptions
options
-
Constructor Summary
Constructors Modifier Constructor Description private
TorrentOptionsImpl(TorrentOpenOptions _options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept()
void
addTag(Tag tag)
void
cancel()
java.util.List<Tag>
getTags()
Torrent
getTorrent()
void
removeTag(Tag tag)
-
-
-
Field Detail
-
options
private TorrentOpenOptions options
-
-
Constructor Detail
-
TorrentOptionsImpl
private TorrentOptionsImpl(TorrentOpenOptions _options)
-
-
Method Detail
-
getTorrent
public Torrent getTorrent()
- Specified by:
getTorrent
in interfaceTorrentOptions
-
accept
public void accept()
- Specified by:
accept
in interfaceTorrentOptions
-
cancel
public void cancel()
- Specified by:
cancel
in interfaceTorrentOptions
-
getTags
public java.util.List<Tag> getTags()
- Specified by:
getTags
in interfaceTorrentOptions
-
addTag
public void addTag(Tag tag)
- Specified by:
addTag
in interfaceTorrentOptions
-
removeTag
public void removeTag(Tag tag)
- Specified by:
removeTag
in interfaceTorrentOptions
-
-