Uses of Interface
com.biglybt.pif.torrent.TorrentAttribute
-
-
Uses of TorrentAttribute in com.biglybt.core.content
Fields in com.biglybt.core.content declared as TorrentAttribute Modifier and Type Field Description private static TorrentAttribute
PlatformContentDirectory. ta_category
private TorrentAttribute
RelatedContentManager. ta_category
private TorrentAttribute
RelatedContentManager. ta_networks
-
Uses of TorrentAttribute in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TorrentAttribute Modifier and Type Field Description private TorrentAttribute
TranscodeManagerImpl. category_ta
private TorrentAttribute
DeviceManagerImpl. od_manual_ta
(package private) static TorrentAttribute
DeviceMediaRendererImpl. share_ta
private TorrentAttribute
DeviceManagerUPnPImpl. ta_category
private TorrentAttribute
TranscodeManagerImpl. tag_ta
Methods in com.biglybt.core.devices.impl that return TorrentAttribute Modifier and Type Method Description protected TorrentAttribute
DeviceManagerUPnPImpl. getCategoryAttibute()
-
Uses of TorrentAttribute in com.biglybt.core.download
Fields in com.biglybt.core.download declared as TorrentAttribute Modifier and Type Field Description (package private) TorrentAttribute
StreamManager. mi_ta
-
Uses of TorrentAttribute in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type TorrentAttribute Modifier and Type Method Description void
LWSDownload. addAttributeListener(DownloadAttributeListener l, TorrentAttribute attr, int event_type)
java.lang.String
LWSDownload. getAttribute(TorrentAttribute attribute)
boolean
LWSDownload. getBooleanAttribute(TorrentAttribute name)
int
LWSDownload. getIntAttribute(TorrentAttribute name)
java.lang.String[]
LWSDownload. getListAttribute(TorrentAttribute attribute)
long
LWSDownload. getLongAttribute(TorrentAttribute name)
java.util.Map
LWSDownload. getMapAttribute(TorrentAttribute attribute)
boolean
LWSDownload. hasAttribute(TorrentAttribute name)
void
LWSDownload. removeAttributeListener(DownloadAttributeListener l, TorrentAttribute attr, int event_type)
void
LWSDownload. setAttribute(TorrentAttribute attribute, java.lang.String value)
void
LWSDownload. setBooleanAttribute(TorrentAttribute name, boolean value)
void
LWSDownload. setIntAttribute(TorrentAttribute name, int value)
void
LWSDownload. setListAttribute(TorrentAttribute attribute, java.lang.String[] value)
void
LWSDownload. setLongAttribute(TorrentAttribute name, long value)
void
LWSDownload. setMapAttribute(TorrentAttribute attribute, java.util.Map value)
-
Uses of TorrentAttribute in com.biglybt.core.networkmanager.admin.impl
Fields in com.biglybt.core.networkmanager.admin.impl declared as TorrentAttribute Modifier and Type Field Description private static TorrentAttribute
NetworkAdminSpeedTesterBTImpl. speedTestAttrib
-
Uses of TorrentAttribute in com.biglybt.core.speedmanager
Fields in com.biglybt.core.speedmanager declared as TorrentAttribute Modifier and Type Field Description (package private) TorrentAttribute
SpeedLimitHandler. category_attribute
-
Uses of TorrentAttribute in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as TorrentAttribute Modifier and Type Field Description private TorrentAttribute
SubscriptionManagerImpl. ta_category
private TorrentAttribute
SubscriptionManagerImpl. ta_networks
private TorrentAttribute
SubscriptionManagerImpl. ta_subs_download
private TorrentAttribute
SubscriptionManagerImpl. ta_subs_download_rd
private TorrentAttribute
SubscriptionManagerImpl. ta_subscription_info
-
Uses of TorrentAttribute in com.biglybt.pif.download
Methods in com.biglybt.pif.download with parameters of type TorrentAttribute Modifier and Type Method Description void
DownloadEventNotifier. addAttributeListener(DownloadAttributeListener l, TorrentAttribute attr, int event_type)
Adds a listener that will be informed of when attributes on a download have been read / modified.void
DownloadAttributeListener. attributeEventOccurred(Download download, TorrentAttribute attribute, int event_type)
This method will be called when an attribute event occurs.java.lang.String
Download. getAttribute(TorrentAttribute attribute)
Gets an attribute of this download.boolean
Download. getBooleanAttribute(TorrentAttribute attribute)
Gets the value of the given attribute from the download.int
Download. getIntAttribute(TorrentAttribute attribute)
Gets the value of the given attribute from the download.java.lang.String[]
Download. getListAttribute(TorrentAttribute attribute)
long
Download. getLongAttribute(TorrentAttribute attribute)
Gets the value of the given attribute from the download.long
DownloadStub. getLongAttribute(TorrentAttribute attribute)
There are logically separate from the un-stubbed download, if you want to synchronize values from non-stub and stub then it is up to you to do it.java.util.Map
Download. getMapAttribute(TorrentAttribute attribute)
boolean
Download. hasAttribute(TorrentAttribute attribute)
Returnstrue
if the download has an explicit value stored for the given attribute.void
DownloadEventNotifier. removeAttributeListener(DownloadAttributeListener l, TorrentAttribute attr, int event_type)
Removes a listener object added via themethod.
void
Download. setAttribute(TorrentAttribute attribute, java.lang.String value)
Sets an attribute of this download.void
Download. setBooleanAttribute(TorrentAttribute attribute, boolean value)
Sets a boolean attribute on this download.void
Download. setIntAttribute(TorrentAttribute attribute, int value)
Sets an integer attribute on this download.void
Download. setListAttribute(TorrentAttribute attribute, java.lang.String[] value)
void
Download. setLongAttribute(TorrentAttribute attribute, long value)
Sets a long attribute on this download.void
DownloadStub. setLongAttribute(TorrentAttribute attribute, long value)
void
Download. setMapAttribute(TorrentAttribute attribute, java.util.Map value)
-
Uses of TorrentAttribute in com.biglybt.pif.sharing
Methods in com.biglybt.pif.sharing that return TorrentAttribute Modifier and Type Method Description TorrentAttribute[]
ShareResource. getAttributes()
get the defined attributes for this resourceMethods in com.biglybt.pif.sharing with parameters of type TorrentAttribute Modifier and Type Method Description java.lang.String
ShareResource. getAttribute(TorrentAttribute attribute)
void
ShareResource. setAttribute(TorrentAttribute attribute, java.lang.String value)
-
Uses of TorrentAttribute in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent that return TorrentAttribute Modifier and Type Method Description TorrentAttribute
TorrentAttributeEvent. getAttribute()
TorrentAttribute
TorrentManager. getAttribute(java.lang.String name)
Gives access to the standard built-in attributesTorrentAttribute[]
TorrentManager. getDefinedAttributes()
Gives access to the currently defined torrent attributes.TorrentAttribute
TorrentManager. getPluginAttribute(java.lang.String name)
Gives access to/creates arbitrary String attributes for plugins to use. -
Uses of TorrentAttribute in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as TorrentAttribute Modifier and Type Field Description private TorrentAttribute
DDBaseTTTorrent. ta_sha1
-
Uses of TorrentAttribute in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as TorrentAttribute Modifier and Type Field Description private TorrentAttribute
DownloadEventNotifierImpl.DownloadAttributeNotifier. ta
Methods in com.biglybt.pifimpl.local.download that return TorrentAttribute Modifier and Type Method Description protected TorrentAttribute
DownloadImpl. convertAttribute(java.lang.String name)
Methods in com.biglybt.pifimpl.local.download with parameters of type TorrentAttribute Modifier and Type Method Description void
DownloadEventNotifierImpl. addAttributeListener(DownloadAttributeListener listener, TorrentAttribute ta, int event_type)
void
DownloadImpl. addAttributeListener(DownloadAttributeListener listener, TorrentAttribute attr, int event_type)
void
DownloadEventNotifierImpl.DownloadAttributeNotifier. attributeEventOccurred(Download d, TorrentAttribute ta, int event_type)
protected java.lang.String
DownloadImpl. convertAttribute(TorrentAttribute attribute)
java.lang.String
DownloadImpl. getAttribute(TorrentAttribute attribute)
boolean
DownloadImpl. getBooleanAttribute(TorrentAttribute attribute)
int
DownloadImpl. getIntAttribute(TorrentAttribute attribute)
java.lang.String[]
DownloadImpl. getListAttribute(TorrentAttribute attribute)
long
DownloadImpl. getLongAttribute(TorrentAttribute attribute)
long
DownloadStubImpl. getLongAttribute(TorrentAttribute attribute)
java.util.Map
DownloadImpl. getMapAttribute(TorrentAttribute attribute)
boolean
DownloadImpl. hasAttribute(TorrentAttribute attribute)
void
DownloadEventNotifierImpl. removeAttributeListener(DownloadAttributeListener listener, TorrentAttribute ta, int event_type)
void
DownloadImpl. removeAttributeListener(DownloadAttributeListener listener, TorrentAttribute attr, int event_type)
void
DownloadImpl. setAttribute(TorrentAttribute attribute, java.lang.String value)
void
DownloadImpl. setBooleanAttribute(TorrentAttribute attribute, boolean value)
void
DownloadImpl. setIntAttribute(TorrentAttribute attribute, int value)
void
DownloadImpl. setListAttribute(TorrentAttribute attribute, java.lang.String[] value)
void
DownloadImpl. setLongAttribute(TorrentAttribute attribute, long value)
void
DownloadStubImpl. setLongAttribute(TorrentAttribute attribute, long value)
void
DownloadImpl. setMapAttribute(TorrentAttribute attribute, java.util.Map value)
Constructors in com.biglybt.pifimpl.local.download with parameters of type TorrentAttribute Constructor Description DownloadAttributeNotifier(TorrentAttribute ta, int event_type)
-
Uses of TorrentAttribute in com.biglybt.pifimpl.local.sharing
Methods in com.biglybt.pifimpl.local.sharing that return TorrentAttribute Modifier and Type Method Description TorrentAttribute[]
ShareResourceDirContentsImpl.shareNode. getAttributes()
TorrentAttribute[]
ShareResourceImpl. getAttributes()
Methods in com.biglybt.pifimpl.local.sharing with parameters of type TorrentAttribute Modifier and Type Method Description java.lang.String
ShareResourceDirContentsImpl.shareNode. getAttribute(TorrentAttribute attribute)
java.lang.String
ShareResourceImpl. getAttribute(TorrentAttribute attribute)
void
ShareResourceDirContentsImpl.shareNode. setAttribute(TorrentAttribute attribute, java.lang.String value)
void
ShareResourceImpl. setAttribute(TorrentAttribute attribute, java.lang.String value)
-
Uses of TorrentAttribute in com.biglybt.pifimpl.local.torrent
Classes in com.biglybt.pifimpl.local.torrent that implement TorrentAttribute Modifier and Type Class Description (package private) class
BaseTorrentAttributeImpl
class
TorrentAttributeCategoryImpl
class
TorrentAttributeDisplayNameImpl
class
TorrentAttributeNetworksImpl
class
TorrentAttributePeerSourcesImpl
class
TorrentAttributePluginImpl
class
TorrentAttributeRelativeSavePathImpl
class
TorrentAttributeSharePropertiesImpl
class
TorrentAttributeTrackerClientExtImpl
class
TorrentAttributeUserCommentImpl
Fields in com.biglybt.pifimpl.local.torrent declared as TorrentAttribute Modifier and Type Field Description private static TorrentAttribute
TorrentManagerImpl. category_attribute
private static TorrentAttribute
TorrentManagerImpl. comment_attribute
private static TorrentAttribute
TorrentManagerImpl. disp_name_attribute
private static TorrentAttribute
TorrentManagerImpl. networks_attribute
private static TorrentAttribute
TorrentManagerImpl. peer_sources_attribute
private static TorrentAttribute
TorrentManagerImpl. relative_save_path_attribute
private static TorrentAttribute
TorrentManagerImpl. share_properties_attribute
private static TorrentAttribute
TorrentManagerImpl. tr_ext_attribute
Fields in com.biglybt.pifimpl.local.torrent with type parameters of type TorrentAttribute Modifier and Type Field Description private static java.util.Map<java.lang.String,TorrentAttribute>
TorrentManagerImpl. attribute_map
Methods in com.biglybt.pifimpl.local.torrent that return TorrentAttribute Modifier and Type Method Description TorrentAttribute
TorrentManagerImpl. getAttribute(java.lang.String name)
TorrentAttribute[]
TorrentManagerImpl. getDefinedAttributes()
TorrentAttribute
TorrentManagerImpl. getPluginAttribute(java.lang.String name)
-
Uses of TorrentAttribute in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type TorrentAttribute Modifier and Type Method Description void
RPDownload. addAttributeListener(DownloadAttributeListener l, TorrentAttribute a, int e)
java.lang.String
RPDownload. getAttribute(TorrentAttribute attribute)
boolean
RPDownload. getBooleanAttribute(TorrentAttribute ta)
int
RPDownload. getIntAttribute(TorrentAttribute ta)
java.lang.String[]
RPDownload. getListAttribute(TorrentAttribute attribute)
long
RPDownload. getLongAttribute(TorrentAttribute ta)
java.util.Map
RPDownload. getMapAttribute(TorrentAttribute attribute)
boolean
RPDownload. hasAttribute(TorrentAttribute ta)
void
RPDownload. removeAttributeListener(DownloadAttributeListener l, TorrentAttribute a, int e)
void
RPDownload. setAttribute(TorrentAttribute attribute, java.lang.String value)
void
RPDownload. setBooleanAttribute(TorrentAttribute ta, boolean value)
void
RPDownload. setIntAttribute(TorrentAttribute ta, int value)
void
RPDownload. setListAttribute(TorrentAttribute ta, java.lang.String[] value)
void
RPDownload. setLongAttribute(TorrentAttribute ta, long value)
void
RPDownload. setMapAttribute(TorrentAttribute attribute, java.util.Map value)
-
Uses of TorrentAttribute in com.biglybt.pifimpl.remote.torrent
Methods in com.biglybt.pifimpl.remote.torrent that return TorrentAttribute Modifier and Type Method Description TorrentAttribute
RPTorrentManager. getAttribute(java.lang.String name)
TorrentAttribute[]
RPTorrentManager. getDefinedAttributes()
TorrentAttribute
RPTorrentManager. getPluginAttribute(java.lang.String name)
-
Uses of TorrentAttribute in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as TorrentAttribute Modifier and Type Field Description private TorrentAttribute
BuddyPlugin. ta_category
-
Uses of TorrentAttribute in com.biglybt.plugin.net.buddy.tracker
Fields in com.biglybt.plugin.net.buddy.tracker declared as TorrentAttribute Modifier and Type Field Description private TorrentAttribute
BuddyPluginTracker. ta_networks
-
Uses of TorrentAttribute in com.biglybt.plugin.tracker.dht
Fields in com.biglybt.plugin.tracker.dht declared as TorrentAttribute Modifier and Type Field Description private TorrentAttribute
DHTTrackerPlugin. ta_networks
private TorrentAttribute
DHTTrackerPlugin. ta_peer_sources
Methods in com.biglybt.plugin.tracker.dht with parameters of type TorrentAttribute Modifier and Type Method Description void
DHTTrackerPlugin. attributeEventOccurred(Download download, TorrentAttribute attr, int event_type)
-
Uses of TorrentAttribute in com.biglybt.plugin.tracker.local
Fields in com.biglybt.plugin.tracker.local declared as TorrentAttribute Modifier and Type Field Description private TorrentAttribute
LocalTrackerPlugin. ta_networks
private TorrentAttribute
LocalTrackerPlugin. ta_peer_sources
-
Uses of TorrentAttribute in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as TorrentAttribute Modifier and Type Field Description protected static TorrentAttribute
MySharesView. category_attribute
protected static TorrentAttribute
MyTrackerView. category_attribute
-
Uses of TorrentAttribute in com.biglybt.ui.swt.views.tableitems.myshares
Fields in com.biglybt.ui.swt.views.tableitems.myshares declared as TorrentAttribute Modifier and Type Field Description protected static TorrentAttribute
CategoryItem. category_attribute
Default Constructor
-