Package com.biglybt.pif.installer
Interface FilePluginInstaller
-
- All Superinterfaces:
InstallablePlugin
- All Known Implementing Classes:
FilePluginInstallerImpl
public interface FilePluginInstaller extends InstallablePlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getFile()
-
Methods inherited from interface com.biglybt.pif.installer.InstallablePlugin
getAlreadyInstalledPlugin, getDescription, getId, getInstaller, getName, getRelativeURLBase, getVersion, install, install, install, isAlreadyInstalled, uninstall
-
-