public class Plugin extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Build |
build
The build information of the plugin
|
protected List<String> |
crafterCmsEditions
The supported Crafter CMS editions of the plugin
|
protected List<Version> |
crafterCmsVersions
The supported Crafter CMS versions of the plugin
|
protected String |
description
The description of the plugin
|
protected Developer |
developer
The developer information of the plugin
|
protected String |
id
The unique id of the plugin
|
protected Link |
license
The license of the plugin
|
protected Media |
media
The media assets of the plugin
|
protected String |
name
The name of the plugin
|
protected List<Parameter> |
parameters
The parameters supported by the plugin
|
protected String |
searchEngine
The search engine required by the plugin
|
protected List<String> |
tags
The tags of the plugin
|
protected String |
type
The type of plugin
|
protected Version |
version
The version of the plugin
|
protected Link |
website
The website information of the plugin
|
| Constructor and Description |
|---|
Plugin() |
protected String type
protected String id
protected String name
protected Version version
protected String description
protected Link website
protected Media media
protected Developer developer
protected Build build
protected Link license
protected List<String> crafterCmsEditions
protected List<Version> crafterCmsVersions
protected String searchEngine
public String getType()
public void setType(String type)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Version getVersion()
public void setVersion(Version version)
public String getDescription()
public void setDescription(String description)
public Link getWebsite()
public void setWebsite(Link website)
public Media getMedia()
public void setMedia(Media media)
public Developer getDeveloper()
public void setDeveloper(Developer developer)
public Build getBuild()
public void setBuild(Build build)
public Link getLicense()
public void setLicense(Link link)
public String getSearchEngine()
public void setSearchEngine(String searchEngine)
Copyright © 2021 CrafterCMS. All rights reserved.