plugins
Interface IOfficialPlugin


public interface IOfficialPlugin

DOCUMENT ME!

Author:
tdietz This is the interface all official hoplugins needs to implement.

Method Summary
 int getPluginID()
          A unique pluginID.
 java.lang.String getPluginName()
          The original pluginname without version.
 java.io.File[] getUnquenchableFiles()
          The files the PluginUpdater is not allowed to delete.
 double getVersion()
          The version of the plugin
 

Method Detail

getPluginID

int getPluginID()
A unique pluginID. You will get the ID from www.hoplugins.de The ID identify your plugin for HO!

Returns:
int

getPluginName

java.lang.String getPluginName()
The original pluginname without version. The pluginname will display on the updatedialog

Returns:
String

getUnquenchableFiles

java.io.File[] getUnquenchableFiles()
The files the PluginUpdater is not allowed to delete. for example config.xml.

Returns:
java.io.File []

getVersion

double getVersion()
The version of the plugin

Returns:
double