org.gudy.azureus2.pluginsimpl.local.sharing
Class ShareResourceDirImpl
java.lang.Object
  
org.gudy.azureus2.pluginsimpl.local.sharing.ShareResourceImpl
      
org.gudy.azureus2.pluginsimpl.local.sharing.ShareResourceFileOrDirImpl
          
org.gudy.azureus2.pluginsimpl.local.sharing.ShareResourceDirImpl
- All Implemented Interfaces: 
 - ShareResource, ShareResourceDir
 
public class ShareResourceDirImpl
- extends ShareResourceFileOrDirImpl
- implements ShareResourceDir
  
 
 
 
 
 
| Methods inherited from class org.gudy.azureus2.pluginsimpl.local.sharing.ShareResourceFileOrDirImpl | 
canBeDeleted, checkConsistency, createTorrent, deleteInternal, deserialiseResource, getFile, getItem, getName, getProperties, getResourceSupport, serialiseResource | 
 
| Methods inherited from class org.gudy.azureus2.pluginsimpl.local.sharing.ShareResourceImpl | 
addChangeListener, addDeletionListener, delete, delete, delete, deleteTorrent, getAttribute, getAttributes, getChildren, getFingerPrint, getFingerPrintSupport, getNewTorrentLocation, getParent, getTorrentFile, getType, inheritAttributes, isPersistent, readTorrent, removeChangeListener, removeDeletionListener, setAttribute, setParent, writeTorrent | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
| Methods inherited from interface org.gudy.azureus2.plugins.sharing.ShareResource | 
addChangeListener, addDeletionListener, canBeDeleted, delete, delete, getAttribute, getAttributes, getName, getParent, getProperties, getType, isPersistent, removeChangeListener, removeDeletionListener, setAttribute | 
 
ShareResourceDirImpl
protected ShareResourceDirImpl(ShareManagerImpl _manager,
                               ShareResourceDirContentsImpl _parent,
                               File _file,
                               boolean _personal,
                               Map<String,String> _properties)
                        throws ShareException
- Throws:
 ShareException
ShareResourceDirImpl
protected ShareResourceDirImpl(ShareManagerImpl _manager,
                               File _file,
                               Map _map)
                        throws ShareException
- Throws:
 ShareException
getResource
protected static ShareResourceDirImpl getResource(ShareManagerImpl _manager,
                                                  File _file)
                                           throws ShareException
 
- Throws:
 ShareException
 
getFingerPrint
protected byte[] getFingerPrint()
                         throws ShareException
- Specified by:
 getFingerPrint in class ShareResourceFileOrDirImpl
 
- Throws:
 ShareException
 
getDir
public File getDir()
- Specified by:
 getDir in interface ShareResourceDir