Uses of Interface
com.biglybt.pif.sharing.ShareResource
Packages that use ShareResource
Package
Description
-
Uses of ShareResource in com.biglybt.pif.sharing
Subinterfaces of ShareResource in com.biglybt.pif.sharingModifier and TypeInterfaceDescriptioninterface
interface
interface
Methods in com.biglybt.pif.sharing that return ShareResourceModifier and TypeMethodDescriptionShareResourceDirContents.getChildren()
returns null if share not definedShareManager.getShares()
ShareManager.lookupShare
(byte[] torrent_hash) Methods in com.biglybt.pif.sharing with parameters of type ShareResourceModifier and TypeMethodDescriptionvoid
ShareManagerListener.resourceAdded
(ShareResource resource) void
ShareManagerListener.resourceDeleted
(ShareResource resource) void
ShareManagerListener.resourceModified
(ShareResource old_resource, ShareResource new_resource) void
ShareResourceWillBeDeletedListener.resourceWillBeDeleted
(ShareResource resource) void
ShareResourceListener.shareResourceChanged
(ShareResource resource, ShareResourceEvent event) -
Uses of ShareResource in com.biglybt.pifimpl.local.sharing
Classes in com.biglybt.pifimpl.local.sharing that implement ShareResourceModifier and TypeClassDescriptionclass
protected class
class
class
class
class
Fields in com.biglybt.pifimpl.local.sharing declared as ShareResourceModifier and TypeFieldDescriptionprotected ShareResource[]
ShareResourceDirContentsImpl.children
protected ShareResource[]
ShareResourceDirContentsImpl.shareNode.node_children
Fields in com.biglybt.pifimpl.local.sharing with type parameters of type ShareResourceModifier and TypeFieldDescriptionprivate ByteArrayHashMap
<ShareResource> ShareManagerImpl.torrent_map
Methods in com.biglybt.pifimpl.local.sharing that return ShareResourceModifier and TypeMethodDescriptionprotected ShareResource
ShareManagerImpl.addFileOrDir
(ShareResourceDirContentsImpl parent, File file, int type, boolean personal, Map<String, String> properties) ShareResourceDirContentsImpl.getChildren()
ShareResourceDirContentsImpl.shareNode.getChildren()
ShareResourceImpl.getChildren()
ShareManagerImpl.getShares()
ShareManagerImpl.lookupShare
(byte[] torrent_hash) Methods in com.biglybt.pifimpl.local.sharing with parameters of type ShareResourceModifier and TypeMethodDescriptionprotected String
ShareManagerImpl.getDebugName
(ShareResource _share) -
Uses of ShareResource in com.biglybt.plugin.sharing.hoster
Fields in com.biglybt.plugin.sharing.hoster with type parameters of type ShareResourceModifier and TypeFieldDescriptionprivate Map
<ShareResource, Download> ShareHosterPlugin.resource_dl_map
private Map
<ShareResource, TrackerTorrent> ShareHosterPlugin.resource_tt_map
private Map
<Taggable, ShareResource> ShareHosterPlugin.taggable_map
Methods in com.biglybt.plugin.sharing.hoster with parameters of type ShareResourceModifier and TypeMethodDescriptionprivate Download
ShareHosterPlugin.addDownload
(ShareResource resource, Torrent torrent, File torrent_file, File data_file) protected void
ShareHosterPlugin.canResourceBeDeleted
(ShareResource resource) void
ShareHosterPlugin.resourceAdded
(ShareResource resource) void
ShareHosterPlugin.resourceDeleted
(ShareResource resource) void
ShareHosterPlugin.resourceModified
(ShareResource old_resource, ShareResource new_resource) -
Uses of ShareResource in com.biglybt.ui.swt.sharing.progress
Methods in com.biglybt.ui.swt.sharing.progress with parameters of type ShareResourceModifier and TypeMethodDescriptionvoid
ProgressWindow.resourceAdded
(ShareResource resource) void
ProgressWindow.resourceDeleted
(ShareResource resource) void
ProgressWindow.resourceModified
(ShareResource old_resource, ShareResource new_resource) -
Uses of ShareResource in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type ShareResourceMethods in com.biglybt.ui.swt.views with parameters of type ShareResourceModifier and TypeMethodDescriptionvoid
MySharesView.resourceAdded
(ShareResource resource) void
MySharesView.resourceDeleted
(ShareResource resource) void
MySharesView.resourceModified
(ShareResource old_resource, ShareResource new_resource)