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 java.io.File file
id
protected java.lang.String id
version
protected java.lang.String version
name
protected java.lang.String name
is_jar
protected boolean is_jar
FilePluginInstallerImpl
protected FilePluginInstallerImpl(PluginInstallerImpl _installer,
                                  java.io.File _file)
                           throws PluginException
- Throws:
 PluginException
getFile
public java.io.File getFile()
- Specified by:
 getFile in interface FilePluginInstaller
 
 
getId
public java.lang.String getId()
- Specified by:
 getId in interface InstallablePlugin
 
 
getVersion
public java.lang.String getVersion()
- Specified by:
 getVersion in interface InstallablePlugin
 
 
getName
public java.lang.String getName()
- Specified by:
 getName in interface InstallablePlugin
 
 
getDescription
public java.lang.String getDescription()
- Specified by:
 getDescription in interface InstallablePlugin
 
 
getRelativeURLBase
public java.lang.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