Package com.biglybt.core.content
Interface ContentDirectory
-
- All Known Implementing Classes:
PlatformContentDirectory
public interface ContentDirectory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AT_BTIH
static java.lang.String
AT_FILE_INDEX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addListener(ContentDirectoryListener listener)
Content
lookupContent(java.util.Map attributes)
ContentDownload
lookupContentDownload(java.util.Map attributes)
ContentFile
lookupContentFile(java.util.Map attributes)
void
removeListener(ContentDirectoryListener listener)
-
-
-
Field Detail
-
AT_BTIH
static final java.lang.String AT_BTIH
- See Also:
- Constant Field Values
-
AT_FILE_INDEX
static final java.lang.String AT_FILE_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
lookupContent
Content lookupContent(java.util.Map attributes)
-
lookupContentFile
ContentFile lookupContentFile(java.util.Map attributes)
-
lookupContentDownload
ContentDownload lookupContentDownload(java.util.Map attributes)
-
addListener
void addListener(ContentDirectoryListener listener)
-
removeListener
void removeListener(ContentDirectoryListener listener)
-
-