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 PluginDescription
getDescription()
ImageIcon
getIcon()
File
getJarFile()
String
getName()
static URL[]
getURLfromJarfile(File jarfiles)
URL
getXMLURL()
static URL
getXMLURL(ClassLoader loader, File jarFile)
Boolean
isActive()
boolean
isTestedWithRunningVersion()
Tests, if this addon is compatible with the currently running version of VANTEDvoid
setIcon(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:
-