Uses of Interface
com.biglybt.pif.sharing.ShareResource
-
Packages that use ShareResource Package Description com.biglybt.pif.sharing com.biglybt.pifimpl.local.sharing com.biglybt.plugin.sharing.hoster com.biglybt.ui.swt.sharing.progress com.biglybt.ui.swt.views -
-
Uses of ShareResource in com.biglybt.pif.sharing
Subinterfaces of ShareResource in com.biglybt.pif.sharing Modifier and Type Interface Description interface
ShareResourceDir
interface
ShareResourceDirContents
interface
ShareResourceFile
Methods in com.biglybt.pif.sharing that return ShareResource Modifier and Type Method Description ShareResource[]
ShareResourceDirContents. getChildren()
ShareResource
ShareManager. getShare(java.io.File file_or_dir)
returns null if share not definedShareResource[]
ShareManager. getShares()
ShareResource
ShareManager. lookupShare(byte[] torrent_hash)
Methods in com.biglybt.pif.sharing with parameters of type ShareResource Modifier and Type Method Description void
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 ShareResource Modifier and Type Class Description class
ShareResourceDirContentsImpl
protected class
ShareResourceDirContentsImpl.shareNode
class
ShareResourceDirImpl
class
ShareResourceFileImpl
class
ShareResourceFileOrDirImpl
class
ShareResourceImpl
Fields in com.biglybt.pifimpl.local.sharing declared as ShareResource Modifier and Type Field Description protected ShareResource[]
ShareResourceDirContentsImpl. children
protected ShareResource[]
ShareResourceDirContentsImpl.shareNode. node_children
Fields in com.biglybt.pifimpl.local.sharing with type parameters of type ShareResource Modifier and Type Field Description private ByteArrayHashMap<ShareResource>
ShareManagerImpl. torrent_map
Methods in com.biglybt.pifimpl.local.sharing that return ShareResource Modifier and Type Method Description protected ShareResource
ShareManagerImpl. addFileOrDir(ShareResourceDirContentsImpl parent, java.io.File file, int type, boolean personal, java.util.Map<java.lang.String,java.lang.String> properties)
ShareResource[]
ShareResourceDirContentsImpl. getChildren()
ShareResource[]
ShareResourceDirContentsImpl.shareNode. getChildren()
ShareResource[]
ShareResourceImpl. getChildren()
ShareResource
ShareManagerImpl. getShare(java.io.File file_or_dir)
ShareResource[]
ShareManagerImpl. getShares()
ShareResource
ShareManagerImpl. lookupShare(byte[] torrent_hash)
Methods in com.biglybt.pifimpl.local.sharing with parameters of type ShareResource Modifier and Type Method Description protected java.lang.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 ShareResource Modifier and Type Field Description private java.util.Map<ShareResource,Download>
ShareHosterPlugin. resource_dl_map
private java.util.Map<ShareResource,TrackerTorrent>
ShareHosterPlugin. resource_tt_map
private java.util.Map<Taggable,ShareResource>
ShareHosterPlugin. taggable_map
Methods in com.biglybt.plugin.sharing.hoster with parameters of type ShareResource Modifier and Type Method Description private Download
ShareHosterPlugin. addDownload(ShareResource resource, Torrent torrent, java.io.File torrent_file, java.io.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 ShareResource Modifier and Type Method Description void
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 ShareResource Modifier and Type Field Description private TableViewSWT<ShareResource>
MySharesView. tv
Methods in com.biglybt.ui.swt.views with parameters of type ShareResource Modifier and Type Method Description void
MySharesView. resourceAdded(ShareResource resource)
void
MySharesView. resourceDeleted(ShareResource resource)
void
MySharesView. resourceModified(ShareResource old_resource, ShareResource new_resource)
-