Package com.biglybt.pif.sharing
Interface ShareResourceDirContents
-
- All Superinterfaces:
ShareResource
- All Known Implementing Classes:
ShareResourceDirContentsImpl
,ShareResourceDirContentsImpl.shareNode
public interface ShareResourceDirContents 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 ShareResource[]
getChildren()
java.io.File
getRoot()
boolean
isRecursive()
-
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
-
getRoot
java.io.File getRoot()
-
isRecursive
boolean isRecursive()
-
getChildren
ShareResource[] getChildren()
-
-