Uses of Class
com.biglybt.pif.sharing.ShareException
Packages that use ShareException
Package
Description
-
Uses of ShareException in com.biglybt.pif
Methods in com.biglybt.pif that throw ShareExceptionModifier and TypeMethodDescriptionPluginInterface.getShareManager()
Gives access to the sharing functionality -
Uses of ShareException in com.biglybt.pif.sharing
Subclasses of ShareException in com.biglybt.pif.sharingMethods in com.biglybt.pif.sharing that throw ShareExceptionModifier and TypeMethodDescriptionShareManager.addDirContents
(File dir, boolean recursive) ShareManager.addDirContents
(File dir, boolean recursive, Map<String, String> properties) void
ShareResource.delete()
void
ShareResource.delete
(boolean force) ShareItem.getTorrent()
void
ShareManager.initialise()
ShareManager.lookupShare
(byte[] torrent_hash) -
Uses of ShareException in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that throw ShareException -
Uses of ShareException in com.biglybt.pifimpl.local.sharing
Methods in com.biglybt.pifimpl.local.sharing that throw ShareExceptionModifier and TypeMethodDescriptionShareManagerImpl.addDir
(ShareResourceDirContentsImpl parent, File dir, boolean personal, Map<String, String> properties) ShareManagerImpl.addDirContents
(File dir, boolean recursive) ShareManagerImpl.addDirContents
(File dir, boolean recursive, Map<String, String> properties) protected ShareResourceFile
ShareManagerImpl.addFile
(ShareResourceDirContentsImpl parent, File file, boolean personal, Map<String, String> properties) protected ShareResource
ShareManagerImpl.addFileOrDir
(ShareResourceDirContentsImpl parent, File file, int type, boolean personal, Map<String, String> properties) protected void
ShareManagerImpl.checkConsistency()
protected void
ShareResourceDirContentsImpl.checkConsistency()
protected List
ShareResourceDirContentsImpl.checkConsistency
(File dir) protected void
ShareResourceFileOrDirImpl.checkConsistency()
protected abstract void
ShareResourceImpl.checkConsistency()
protected void
ShareResourceFileOrDirImpl.createTorrent()
protected void
ShareManagerImpl.delete
(ShareResourceImpl resource, boolean fire_listeners) void
ShareResourceDirContentsImpl.shareNode.delete
(boolean force) void
ShareResourceImpl.delete()
void
ShareResourceImpl.delete
(boolean force) void
ShareResourceImpl.delete
(boolean force, boolean fire_listeners) protected static ShareResourceImpl
ShareResourceDirContentsImpl.deserialiseResource
(ShareManagerImpl manager, Map map) protected static ShareResourceImpl
ShareResourceFileOrDirImpl.deserialiseResource
(ShareManagerImpl manager, Map map, int type) protected URL[]
ShareManagerImpl.getAnnounceURLs()
protected byte[]
ShareResourceDirImpl.getFingerPrint()
protected byte[]
ShareResourceFileImpl.getFingerPrint()
protected abstract byte[]
ShareResourceFileOrDirImpl.getFingerPrint()
protected byte[]
ShareResourceImpl.getFingerPrint
(File file) protected void
ShareResourceImpl.getFingerPrintSupport
(StringBuffer buffer, File file, Set ignore_set) protected String
ShareManagerImpl.getNewTorrentLocation()
protected String
ShareResourceImpl.getNewTorrentLocation()
protected ShareResourceImpl
ShareManagerImpl.getResource
(File file) protected static ShareResourceDirImpl
ShareResourceDirImpl.getResource
(ShareManagerImpl _manager, File _file) protected static ShareResourceFileImpl
ShareResourceFileImpl.getResource
(ShareManagerImpl _manager, File _file) protected static ShareResourceImpl
ShareResourceFileOrDirImpl.getResourceSupport
(ShareManagerImpl _manager, File _file) static ShareManagerImpl
ShareManagerImpl.getSingleton()
ShareItemImpl.getTorrent()
void
ShareManagerImpl.initialise()
ShareManagerImpl.lookupShare
(byte[] torrent_hash) protected void
ShareManagerImpl.readTorrent
(ShareItemImpl item) protected void
ShareResourceImpl.readTorrent
(ShareItemImpl item) protected void
ShareConfigImpl.resumeSaving()
protected void
ShareConfigImpl.saveConfig()
protected void
ShareManagerImpl.scanShares()
protected void
ShareItemImpl.writeTorrent()
protected void
ShareManagerImpl.writeTorrent
(ShareItemImpl item) protected void
ShareResourceImpl.writeTorrent
(ShareItemImpl item) Constructors in com.biglybt.pifimpl.local.sharing that throw ShareExceptionModifierConstructorDescriptionprotected
ShareItemImpl
(ShareResourceImpl _resource, byte[] _fingerprint, Torrent _torrent) protected
protected
ShareResourceDirContentsImpl
(ShareManagerImpl _manager, File _dir, boolean _recursive, boolean _personal, Map<String, String> _properties, boolean _async_check) protected
ShareResourceDirContentsImpl
(ShareManagerImpl _manager, File _dir, boolean _recursive, Map _map) protected
ShareResourceDirImpl
(ShareManagerImpl _manager, ShareResourceDirContentsImpl _parent, File _file, boolean _personal, Map<String, String> _properties) protected
ShareResourceFileImpl
(ShareManagerImpl _manager, ShareResourceDirContentsImpl _parent, File _file, boolean _personal, Map<String, String> _properties) protected
ShareResourceFileOrDirImpl
(ShareManagerImpl _manager, ShareResourceDirContentsImpl _parent, int _type, File _file, boolean _personal, Map<String, String> _properties) -
Uses of ShareException in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that throw ShareException