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 void
configure(PlugInContext context)
String
getAuthor()
String
getCategory()
String
getDescription()
String
getJumpVersion()
String
getName()
List
getResourceList()
String
getTitle()
String
getVersion()
boolean
isInstalled()
void
setInstalled(boolean selected)
String
toString()
-
-
-
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)
-
-