Class MarketplacePlugin


  • public class MarketplacePlugin
    extends org.craftercms.commons.plugin.model.Plugin
    Extension of Plugin that adds properties related to installable plugins
    Since:
    4.0.0
    Author:
    joseross
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String ref  
      protected String source  
      protected String url  
      • Fields inherited from class org.craftercms.commons.plugin.model.Plugin

        crafterCmsEditions, crafterCmsVersions, description, developer, documentation, id, installation, license, media, name, parameters, searchEngine, tags, type, version, website
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getRef()  
      String getSource()  
      String getUrl()  
      void setRef​(String ref)  
      void setSource​(String source)  
      void setUrl​(String url)  
      • Methods inherited from class org.craftercms.commons.plugin.model.Plugin

        equals, getCrafterCmsEditions, getCrafterCmsVersions, getDescription, getDeveloper, getDocumentation, getId, getInstallation, getLicense, getMedia, getName, getParameters, getSearchEngine, getTags, getType, getVersion, getWebsite, hashCode, setCrafterCmsEditions, setCrafterCmsVersions, setDescription, setDeveloper, setDocumentation, setId, setInstallation, setLicense, setMedia, setName, setParameters, setSearchEngine, setTags, setType, setVersion, setWebsite, toString
    • Constructor Detail

      • MarketplacePlugin

        public MarketplacePlugin()
    • Method Detail

      • getSource

        public String getSource()
      • setSource

        public void setSource​(String source)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getRef

        public String getRef()
      • setRef

        public void setRef​(String ref)