Uses of Class
com.biglybt.core.content.RelatedContent
-
Packages that use RelatedContent Package Description com.biglybt.core.content -
-
Uses of RelatedContent in com.biglybt.core.content
Subclasses of RelatedContent in com.biglybt.core.content Modifier and Type Class Description protected class
RelatedContentManager.DownloadInfo
Methods in com.biglybt.core.content that return RelatedContent Modifier and Type Method Description RelatedContent[]
RelatedContentManager. getRelatedContent()
Methods in com.biglybt.core.content that return types with arguments of type RelatedContent Modifier and Type Method Description (package private) java.util.List<RelatedContent>
RelatedContentSearcher. matchContent(java.lang.String term, int min_seeds, int min_leechers, int max_age_secs, boolean is_local, boolean search_cvs_only)
Methods in com.biglybt.core.content with parameters of type RelatedContent Modifier and Type Method Description protected void
RelatedContentManager. addPersistentlyDeleted(RelatedContent[] content)
void
RelatedContentManagerListener. contentChanged(RelatedContent[] content)
void
RelatedContentLookupListener. contentFound(RelatedContent[] content)
void
RelatedContentManagerListener. contentFound(RelatedContent[] content)
void
RelatedContentManagerListener. contentRemoved(RelatedContent[] content)
void
RelatedContentManager. delete(RelatedContent[] content)
protected void
RelatedContentManager. delete(RelatedContent[] content, RelatedContentManager.ContentCache content_cache, boolean persistent)
protected byte[]
RelatedContentManager. getPermDelKey(RelatedContent info)
protected java.lang.String
RelatedContentManager. getPrivateInfoKey(RelatedContent info)
protected boolean
RelatedContentManager. globalFilter(RelatedContent content)
protected boolean
RelatedContentManager. isPersistentlyDeleted(RelatedContent content)
-