Uses of Class
com.biglybt.pifimpl.local.sharing.ShareResourceImpl
-
Packages that use ShareResourceImpl Package Description com.biglybt.pifimpl.local.sharing -
-
Uses of ShareResourceImpl in com.biglybt.pifimpl.local.sharing
Subclasses of ShareResourceImpl in com.biglybt.pifimpl.local.sharing Modifier and Type Class Description class
ShareResourceDirContentsImpl
class
ShareResourceDirImpl
class
ShareResourceFileImpl
class
ShareResourceFileOrDirImpl
Fields in com.biglybt.pifimpl.local.sharing declared as ShareResourceImpl Modifier and Type Field Description protected ShareResourceImpl
ShareItemImpl. resource
Fields in com.biglybt.pifimpl.local.sharing with type parameters of type ShareResourceImpl Modifier and Type Field Description private java.util.Map<java.lang.String,ShareResourceImpl>
ShareManagerImpl. shares
Methods in com.biglybt.pifimpl.local.sharing that return ShareResourceImpl Modifier and Type Method Description protected static ShareResourceImpl
ShareResourceDirContentsImpl. deserialiseResource(ShareManagerImpl manager, java.util.Map map)
protected static ShareResourceImpl
ShareResourceFileOrDirImpl. deserialiseResource(ShareManagerImpl manager, java.util.Map map, int type)
protected ShareResourceImpl
ShareManagerImpl. getResource(java.io.File file)
protected static ShareResourceImpl
ShareResourceFileOrDirImpl. getResourceSupport(ShareManagerImpl _manager, java.io.File _file)
Methods in com.biglybt.pifimpl.local.sharing with parameters of type ShareResourceImpl Modifier and Type Method Description protected void
ShareManagerImpl. delete(ShareResourceImpl resource, boolean fire_listeners)
protected static ShareItemImpl
ShareItemImpl. deserialiseItem(ShareResourceImpl resource, java.util.Map map)
protected void
ShareResourceImpl. inheritAttributes(ShareResourceImpl source)
Constructors in com.biglybt.pifimpl.local.sharing with parameters of type ShareResourceImpl Constructor Description ShareItemImpl(ShareResourceImpl _resource, byte[] _fingerprint, Torrent _torrent)
ShareItemImpl(ShareResourceImpl _resource, byte[] _fingerprint, java.lang.String _save_location)
-