Uses of Interface
com.biglybt.pif.installer.FilePluginInstaller
-
Packages that use FilePluginInstaller Package Description com.biglybt.pif.installer com.biglybt.pifimpl.local.installer -
-
Uses of FilePluginInstaller in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer that return FilePluginInstaller Modifier and Type Method Description FilePluginInstaller
PluginInstaller. installFromFile(java.io.File file)
Installs a plugin from a file - must be either a ZIP file or a JAR file as per normal plugin update semantics. -
Uses of FilePluginInstaller in com.biglybt.pifimpl.local.installer
Classes in com.biglybt.pifimpl.local.installer that implement FilePluginInstaller Modifier and Type Class Description class
FilePluginInstallerImpl
Methods in com.biglybt.pifimpl.local.installer that return FilePluginInstaller Modifier and Type Method Description FilePluginInstaller
PluginInstallerImpl. installFromFile(java.io.File file)
Methods in com.biglybt.pifimpl.local.installer with parameters of type FilePluginInstaller Modifier and Type Method Description protected void
PluginInstallerImpl. addFileInstallOperation(FilePluginInstaller installer)
-