Uses of Class
org.johnnei.javatorrent.torrent.Torrent.Builder
-
Packages that use Torrent.Builder Package Description org.johnnei.javatorrent.torrent -
-
Uses of Torrent.Builder in org.johnnei.javatorrent.torrent
Methods in org.johnnei.javatorrent.torrent that return Torrent.Builder Modifier and Type Method Description Torrent.BuilderTorrent.Builder. setDownloadFolder(File downloadFolder)Torrent.BuilderTorrent.Builder. setMetadata(Metadata metadata)Torrent.BuilderTorrent.Builder. setName(String name)Sets the display name for this torrent.Torrent.BuilderTorrent.Builder. setTorrentClient(TorrentClient torrentClient)Sets the torrent client on which this torrent will be registered.Constructors in org.johnnei.javatorrent.torrent with parameters of type Torrent.Builder Constructor Description Torrent(Torrent.Builder builder)Creates a new Torrent.
-