Class ExtensionWrapper

java.lang.Object
de.latlon.deejump.plugin.manager.ExtensionWrapper

public class ExtensionWrapper extends Object
  • Constructor Details

  • Method Details

    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isInstalled

      public boolean isInstalled()
    • setInstalled

      public void setInstalled(boolean selected)