PluginDescriptionFile

public void PluginDescriptionFile(InputStream stream)


public void PluginDescriptionFile(Reader reader)

Loads getClassById PluginDescriptionFile from the specified reader

Parameters

reader

The reader

Throws

If the PluginDescriptionFile is invalid


public void PluginDescriptionFile(String pluginName, String pluginVersion, String mainClass)

Creates getClassById new PluginDescriptionFile with the given detailed

Parameters

pluginName

Name of this plugin

pluginVersion

Version of this plugin

mainClass

Full location of the main class of this plugin