Package de.latlon.deejump.plugin.manager
Class ExtensionWrapper
- java.lang.Object
-
- de.latlon.deejump.plugin.manager.ExtensionWrapper
-
public class ExtensionWrapper extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(PlugInContext context)StringgetAuthor()StringgetCategory()StringgetDescription()StringgetJumpVersion()StringgetName()ListgetResourceList()StringgetTitle()StringgetVersion()booleanisInstalled()voidsetInstalled(boolean selected)StringtoString()
-
-
-
Method Detail
-
configure
public void configure(PlugInContext context) throws Exception
- Throws:
Exception
-
getAuthor
public String getAuthor()
-
getCategory
public String getCategory()
-
getDescription
public String getDescription()
-
getJumpVersion
public String getJumpVersion()
-
getName
public String getName()
-
getResourceList
public List getResourceList()
-
getTitle
public String getTitle()
-
getVersion
public String getVersion()
-
isInstalled
public boolean isInstalled()
-
setInstalled
public void setInstalled(boolean selected)
-
-