Methods Summary |
---|
public void | addSet(java.net.URL[] urls)Adds a set to the torrent at the end of the list. If the torrent currently has NO announcelist
entries then the existing "announce-url" is also added to the set as the first entry. To avoid
this behaviour manipulate the sets yourself and use setSets
Duplicate set entries are ignored
|
public TorrentAnnounceURLListSet | create(java.net.URL[] urls)create a new set. This is NOT added to the list, you have to manually add it afterwards
|
public TorrentAnnounceURLListSet[] | getSets()
|
public void | insertSetAtFront(java.net.URL[] urls)Adds a set to the torrent at the front of the list. If the torrent currently has NO announcelist
entries then the existing "announce-url" is also added to the set as the first entry. To avoid
this behaviour manipulate the sets yourself and use setSets
Duplicate set entries are ignored
|
public void | setSets(TorrentAnnounceURLListSet[] sets)
|