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 TOTorrentAnnounceURLGroup
TOTorrentAnnounceURLGroup.TOTorrentAnnounceURLSetImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TOTorrentAnnounceURLGroupprivate booleanprivate TOTorrentAnnounceURLSet[]private long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateURLGroup(TOTorrentAnnounceURLGroup _delegate, List<TOTorrentAnnounceURLSet> mod_sets) -
Method Summary
Modifier and TypeMethodDescriptionGets the current sets defined for this group, 0 length if none definedlonggetUID()protected booleanvoidSets the group's URL sets to the supplied values.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
getUIDin interfaceTOTorrentAnnounceURLGroup
-
getAnnounceURLSets
Description copied from interface:TOTorrentAnnounceURLGroupGets the current sets defined for this group, 0 length if none defined- Specified by:
getAnnounceURLSetsin interfaceTOTorrentAnnounceURLGroup- Returns:
-
setAnnounceURLSets
Description copied from interface:TOTorrentAnnounceURLGroupSets the group's URL sets to the supplied values.- Specified by:
setAnnounceURLSetsin interfaceTOTorrentAnnounceURLGroup- Parameters:
_sets-
-
hasBeenModified
protected boolean hasBeenModified()
-