Class Addon
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.addons.Addon
public class Addon extends Object
-
Constructor Summary
Constructors Constructor Description Addon(File file, URL xmlURL, PluginDescription pd, boolean active, ImageIcon icon) -
Method Summary
Modifier and Type Method Description PluginDescriptiongetDescription()ImageIcongetIcon()FilegetJarFile()StringgetName()static URL[]getURLfromJarfile(File jarfiles)URLgetXMLURL()static URLgetXMLURL(ClassLoader loader, File jarFile)BooleanisActive()booleanisTestedWithRunningVersion()Tests, if this addon is compatible with the currently running version of VANTEDvoidsetIcon(ImageIcon icon)
-
Constructor Details
-
Addon
-
-
Method Details
-
getURLfromJarfile
-
getXMLURL
-
getXMLURL
-
getDescription
-
isActive
-
getName
-
getJarFile
-
getIcon
-
setIcon
-
isTestedWithRunningVersion
public boolean isTestedWithRunningVersion()Tests, if this addon is compatible with the currently running version of VANTED- Returns:
-