| Package | Description |
|---|---|
| org.craftercms.commons.plugin.model |
| Modifier and Type | Field and Description |
|---|---|
protected Version |
Plugin.version
The version of the plugin
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Version> |
Plugin.crafterCmsVersions
The supported Crafter CMS versions of the plugin
|
| Modifier and Type | Method and Description |
|---|---|
Version |
Plugin.getVersion() |
static Version |
Version.of(int major,
int minor,
int patch) |
static Version |
Version.of(String v) |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
Plugin.getCrafterCmsVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.setVersion(Version version) |
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.setCrafterCmsVersions(List<Version> crafterCmsVersions) |
Copyright © 2021 CrafterCMS. All rights reserved.