Uses of Class
com.biglybt.pifimpl.local.sharing.ShareResourceDirContentsImpl
Packages that use ShareResourceDirContentsImpl
-
Uses of ShareResourceDirContentsImpl in com.biglybt.pifimpl.local.sharing
Methods in com.biglybt.pifimpl.local.sharing with parameters of type ShareResourceDirContentsImplModifier and TypeMethodDescriptionShareManagerImpl.addDir
(ShareResourceDirContentsImpl parent, File dir, boolean personal, 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) Constructors in com.biglybt.pifimpl.local.sharing with parameters of type ShareResourceDirContentsImplModifierConstructorDescriptionprotected
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)