Uses of Class
com.biglybt.pifimpl.local.installer.PluginInstallerImpl
-
Packages that use PluginInstallerImpl Package Description com.biglybt.pifimpl.local.installer -
-
Uses of PluginInstallerImpl in com.biglybt.pifimpl.local.installer
Fields in com.biglybt.pifimpl.local.installer declared as PluginInstallerImpl Modifier and Type Field Description protected PluginInstallerImpl
FilePluginInstallerImpl. installer
private PluginInstallerImpl
InstallablePluginImpl. installer
protected static PluginInstallerImpl
PluginInstallerImpl. singleton
Methods in com.biglybt.pifimpl.local.installer that return PluginInstallerImpl Modifier and Type Method Description static PluginInstallerImpl
PluginInstallerImpl. getSingleton(PluginManager _manager)
Constructors in com.biglybt.pifimpl.local.installer with parameters of type PluginInstallerImpl Constructor Description FilePluginInstallerImpl(PluginInstallerImpl _installer, java.io.File _file)
InstallablePluginImpl(PluginInstallerImpl _installer)
StandardPluginImpl(PluginInstallerImpl _installer, SFPluginDetails _details, java.lang.String _version)
-