Uses of Class
com.biglybt.pif.sharing.ShareResourceDeletionVetoException
Packages that use ShareResourceDeletionVetoException
Package
Description
-
Uses of ShareResourceDeletionVetoException in com.biglybt.pif.sharing
Methods in com.biglybt.pif.sharing that throw ShareResourceDeletionVetoExceptionModifier and TypeMethodDescriptionShareManager.addDirContents(File dir, boolean recursive) ShareManager.addDirContents(File dir, boolean recursive, Map<String, String> properties) booleanShareResource.canBeDeleted()voidShareResource.delete()voidShareResource.delete(boolean force) voidShareResourceWillBeDeletedListener.resourceWillBeDeleted(ShareResource resource) -
Uses of ShareResourceDeletionVetoException in com.biglybt.pifimpl.local.sharing
Methods in com.biglybt.pifimpl.local.sharing that throw ShareResourceDeletionVetoExceptionModifier 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 ShareResourceFileShareManagerImpl.addFile(ShareResourceDirContentsImpl parent, File file, boolean personal, Map<String, String> properties) protected ShareResourceShareManagerImpl.addFileOrDir(ShareResourceDirContentsImpl parent, File file, int type, boolean personal, Map<String, String> properties) booleanShareResourceDirContentsImpl.canBeDeleted()booleanShareResourceDirContentsImpl.shareNode.canBeDeleted()booleanShareResourceFileOrDirImpl.canBeDeleted()abstract booleanShareResourceImpl.canBeDeleted()voidShareResourceDirContentsImpl.shareNode.delete()voidShareResourceDirContentsImpl.shareNode.delete(boolean force) voidShareResourceImpl.delete()voidShareResourceImpl.delete(boolean force) voidShareResourceImpl.delete(boolean force, boolean fire_listeners) -
Uses of ShareResourceDeletionVetoException in com.biglybt.plugin.sharing.hoster
Methods in com.biglybt.plugin.sharing.hoster that throw ShareResourceDeletionVetoExceptionModifier and TypeMethodDescriptionprotected voidShareHosterPlugin.canResourceBeDeleted(ShareResource resource)