org.gudy.azureus2.pluginsimpl.local.installer
Class FilePluginInstallerImpl
java.lang.Object
org.gudy.azureus2.pluginsimpl.local.installer.InstallablePluginImpl
org.gudy.azureus2.pluginsimpl.local.installer.FilePluginInstallerImpl
- All Implemented Interfaces:
- FilePluginInstaller, InstallablePlugin
public class FilePluginInstallerImpl
- extends InstallablePluginImpl
- implements FilePluginInstaller
- Author:
- parg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
installer
protected PluginInstallerImpl installer
file
protected File file
id
protected String id
version
protected String version
name
protected String name
is_jar
protected boolean is_jar
FilePluginInstallerImpl
protected FilePluginInstallerImpl(PluginInstallerImpl _installer,
File _file)
throws PluginException
- Throws:
PluginException
getFile
public File getFile()
- Specified by:
getFile
in interface FilePluginInstaller
getId
public String getId()
- Specified by:
getId
in interface InstallablePlugin
getVersion
public String getVersion()
- Specified by:
getVersion
in interface InstallablePlugin
getName
public String getName()
- Specified by:
getName
in interface InstallablePlugin
getDescription
public String getDescription()
- Specified by:
getDescription
in interface InstallablePlugin
getRelativeURLBase
public String getRelativeURLBase()
- Specified by:
getRelativeURLBase
in interface InstallablePlugin
addUpdate
public void addUpdate(UpdateCheckInstance inst,
PluginUpdatePlugin plugin_update_plugin,
Plugin plugin,
PluginInterface plugin_interface)
- Specified by:
addUpdate
in class InstallablePluginImpl