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 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) Constructors in com.biglybt.pifimpl.local.sharing with parameters of type ShareResourceDirContentsImplModifierConstructorDescriptionprotectedShareResourceDirImpl(ShareManagerImpl _manager, ShareResourceDirContentsImpl _parent, File _file, boolean _personal, Map<String, String> _properties) protectedShareResourceFileImpl(ShareManagerImpl _manager, ShareResourceDirContentsImpl _parent, File _file, boolean _personal, Map<String, String> _properties) protectedShareResourceFileOrDirImpl(ShareManagerImpl _manager, ShareResourceDirContentsImpl _parent, int _type, File _file, boolean _personal, Map<String, String> _properties)