Uses of Interface
com.biglybt.core.vuzefile.VuzeFile
-
-
Uses of VuzeFile in com.biglybt.core.devices
Methods in com.biglybt.core.devices that return VuzeFile Modifier and Type Method Description VuzeFile
Device. getVuzeFile()
-
Uses of VuzeFile in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl that return VuzeFile Modifier and Type Method Description protected VuzeFile
DeviceManagerImpl. exportVuzeFile(DeviceImpl device)
VuzeFile
DeviceImpl. getVuzeFile()
-
Uses of VuzeFile in com.biglybt.core.metasearch
Methods in com.biglybt.core.metasearch that return VuzeFile Modifier and Type Method Description VuzeFile
Engine. exportToVuzeFile()
Methods in com.biglybt.core.metasearch with parameters of type VuzeFile Modifier and Type Method Description boolean
MetaSearchManager. isImportable(VuzeFile vf)
-
Uses of VuzeFile in com.biglybt.core.metasearch.impl
Methods in com.biglybt.core.metasearch.impl that return VuzeFile Modifier and Type Method Description VuzeFile
EngineImpl. exportToVuzeFile()
VuzeFile
EngineImpl. exportToVuzeFile(boolean generic)
Methods in com.biglybt.core.metasearch.impl with parameters of type VuzeFile Modifier and Type Method Description boolean
MetaSearchManagerImpl. isImportable(VuzeFile vf)
Engine[]
MetaSearchManagerImpl. loadFromVuzeFile(VuzeFile vf)
-
Uses of VuzeFile in com.biglybt.core.subs
Methods in com.biglybt.core.subs that return VuzeFile Modifier and Type Method Description VuzeFile
Subscription. getSearchTemplateVuzeFile()
VuzeFile
Subscription. getVuzeFile()
-
Uses of VuzeFile in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl that return VuzeFile Modifier and Type Method Description VuzeFile
SubscriptionImpl. getSearchTemplateVuzeFile()
VuzeFile
SubscriptionImpl. getVuzeFile()
Methods in com.biglybt.core.subs.impl with parameters of type VuzeFile Modifier and Type Method Description protected SubscriptionImpl
SubscriptionManagerImpl. getSubscriptionFromVuzeFile(byte[] sid, int add_type, VuzeFile vf)
-
Uses of VuzeFile in com.biglybt.core.tag
Methods in com.biglybt.core.tag that return VuzeFile Modifier and Type Method Description VuzeFile
TagManager. exportTags(java.util.List<Tag> tags)
VuzeFile
Tag. getVuzeFile()
-
Uses of VuzeFile in com.biglybt.core.tag.impl
Methods in com.biglybt.core.tag.impl that return VuzeFile Modifier and Type Method Description VuzeFile
TagManagerImpl. exportTags(java.util.List<Tag> tags)
VuzeFile
TagBase. getVuzeFile()
VuzeFile
TagManagerImpl. getVuzeFile(TagBase tag)
Methods in com.biglybt.core.tag.impl with parameters of type VuzeFile Modifier and Type Method Description protected void
TagWithState. exportDetails(VuzeFile vf, java.util.Map map, boolean do_contents)
-
Uses of VuzeFile in com.biglybt.core.vuzefile
Classes in com.biglybt.core.vuzefile that implement VuzeFile Modifier and Type Class Description class
VuzeFileImpl
Methods in com.biglybt.core.vuzefile that return VuzeFile Modifier and Type Method Description VuzeFile
VuzeFileHandler. create()
protected VuzeFile
VuzeFileHandler. getVuzeFile(java.io.InputStream is)
VuzeFile
VuzeFileHandler. loadAndHandleVuzeFile(java.lang.String target, int expected_types)
VuzeFile
VuzeFileHandler. loadVuzeFile(byte[] bytes)
VuzeFile
VuzeFileHandler. loadVuzeFile(java.io.File file)
VuzeFile
VuzeFileHandler. loadVuzeFile(java.io.InputStream is)
VuzeFile
VuzeFileHandler. loadVuzeFile(java.lang.String target)
VuzeFile
VuzeFileHandler. loadVuzeFile(java.util.Map map)
Methods in com.biglybt.core.vuzefile with parameters of type VuzeFile Modifier and Type Method Description void
VuzeFileHandler. handleFiles(VuzeFile[] files, int expected_types)
void
VuzeFileProcessor. process(VuzeFile[] files, int expected_types)
-
Uses of VuzeFile in com.biglybt.ui.selectedcontent
Methods in com.biglybt.ui.selectedcontent that return VuzeFile Modifier and Type Method Description VuzeFile
ISelectedVuzeFileContent. getVuzeFile()
-
Uses of VuzeFile in com.biglybt.ui.swt.subscriptions
Methods in com.biglybt.ui.swt.subscriptions that return VuzeFile Modifier and Type Method Description VuzeFile
SubscriptionSelectedContent. getVuzeFile()
-