Package com.biglybt.core.util
Class TorrentUtils.URLGroup
java.lang.Object
com.biglybt.core.util.TorrentUtils.URLGroup
- All Implemented Interfaces:
TOTorrentAnnounceURLGroup
- Enclosing class:
TorrentUtils
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.biglybt.core.torrent.TOTorrentAnnounceURLGroup
TOTorrentAnnounceURLGroup.TOTorrentAnnounceURLSetImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TOTorrentAnnounceURLGroup
private boolean
private TOTorrentAnnounceURLSet[]
private long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
URLGroup
(TOTorrentAnnounceURLGroup _delegate, List<TOTorrentAnnounceURLSet> mod_sets) -
Method Summary
Modifier and TypeMethodDescriptionGets the current sets defined for this group, 0 length if none definedlong
getUID()
protected boolean
void
Sets the group's URL sets to the supplied values.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.core.torrent.TOTorrentAnnounceURLGroup
createAnnounceURLSet
-
Field Details
-
delegate
-
sets
-
modified
private boolean modified -
uid
private long uid
-
-
Constructor Details
-
URLGroup
-
-
Method Details
-
getUID
public long getUID()- Specified by:
getUID
in interfaceTOTorrentAnnounceURLGroup
-
getAnnounceURLSets
Description copied from interface:TOTorrentAnnounceURLGroup
Gets the current sets defined for this group, 0 length if none defined- Specified by:
getAnnounceURLSets
in interfaceTOTorrentAnnounceURLGroup
- Returns:
-
setAnnounceURLSets
Description copied from interface:TOTorrentAnnounceURLGroup
Sets the group's URL sets to the supplied values.- Specified by:
setAnnounceURLSets
in interfaceTOTorrentAnnounceURLGroup
- Parameters:
_sets
-
-
hasBeenModified
protected boolean hasBeenModified()
-