Package com.biglybt.pif.sharing
Interface ShareResourceDir
-
- All Superinterfaces:
ShareResource
- All Known Implementing Classes:
ShareResourceDirImpl
public interface ShareResourceDir extends ShareResource
-
-
Field Summary
-
Fields inherited from interface com.biglybt.pif.sharing.ShareResource
ST_DIR, ST_DIR_CONTENTS, ST_FILE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getDir()
ShareItem
getItem()
-
Methods inherited from interface com.biglybt.pif.sharing.ShareResource
addChangeListener, addDeletionListener, canBeDeleted, delete, delete, getAttribute, getAttributes, getName, getParent, getProperties, getType, isDeleted, isPersistent, removeChangeListener, removeDeletionListener, setAttribute, setProperties
-
-
-
-
Method Detail
-
getDir
java.io.File getDir()
-
getItem
ShareItem getItem()
-
-