| Package | Description |
|---|---|
| org.xwiki.extension | |
| org.xwiki.extension.wrap |
| Modifier and Type | Field and Description |
|---|---|
protected List<ExtensionLicense> |
AbstractExtension.licenses |
| Modifier and Type | Method and Description |
|---|---|
ExtensionLicense |
ExtensionLicenseManager.getLicense(String name)
Get known license by its name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ExtensionLicense> |
Extension.getLicenses() |
Collection<ExtensionLicense> |
AbstractExtension.getLicenses() |
List<ExtensionLicense> |
ExtensionLicenseManager.getLicenses() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExtension.addLicense(ExtensionLicense license)
Add a new license to the extension.
|
void |
ExtensionLicenseManager.addLicense(ExtensionLicense license)
Add new license.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExtension.setLicenses(Collection<ExtensionLicense> licenses) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExtensionLicense> |
WrappingExtension.getLicenses() |
Copyright © 2004–2015 XWiki. All rights reserved.