Uses of Interface
com.biglybt.core.content.ContentFile
-
Packages that use ContentFile Package Description com.biglybt.core.content com.biglybt.core.devices.impl -
-
Uses of ContentFile in com.biglybt.core.content
Methods in com.biglybt.core.content that return ContentFile Modifier and Type Method Description ContentFile
ContentDirectory. lookupContentFile(java.util.Map attributes)
ContentFile
PlatformContentDirectory. lookupContentFile(java.util.Map attributes)
Methods in com.biglybt.core.content with parameters of type ContentFile Modifier and Type Method Description void
ContentDirectoryListener. contentChanged(ContentFile file, java.lang.String property)
static void
PlatformContentDirectory. fireCatsChanged(ContentFile acf)
static void
PlatformContentDirectory. fireTagsChanged(ContentFile acf)
boolean
ContentFilter. isVisible(ContentFile file, java.util.Map<java.lang.String,java.lang.Object> args)
-
Uses of ContentFile in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl with type parameters of type ContentFile Modifier and Type Field Description private static java.util.Map<java.lang.String,ContentFile>
DeviceUPnPImpl. acf_map
private java.util.Map<java.lang.String,ContentFile>
DeviceUPnPImpl. dynamic_xcode_map
Methods in com.biglybt.core.devices.impl with parameters of type ContentFile Modifier and Type Method Description protected boolean
DeviceUPnPImpl. isVisible(ContentFile file)
-