Uses of Class
org.xwiki.extension.ExtensionLicense
-
Packages that use ExtensionLicense Package Description org.xwiki.extension org.xwiki.extension.wrap -
-
Uses of ExtensionLicense in org.xwiki.extension
Fields in org.xwiki.extension with type parameters of type ExtensionLicense Modifier and Type Field Description protected List<ExtensionLicense>
AbstractExtension. licenses
Methods in org.xwiki.extension that return ExtensionLicense Modifier and Type Method Description ExtensionLicense
ExtensionLicenseManager. getLicense(String name)
Get known license by its name.Methods in org.xwiki.extension that return types with arguments of type ExtensionLicense Modifier and Type Method Description Collection<ExtensionLicense>
AbstractExtension. getLicenses()
Collection<ExtensionLicense>
Extension. getLicenses()
List<ExtensionLicense>
ExtensionLicenseManager. getLicenses()
Methods in org.xwiki.extension with parameters of type ExtensionLicense Modifier and Type Method Description void
AbstractExtension. addLicense(ExtensionLicense license)
void
ExtensionLicenseManager. addLicense(ExtensionLicense license)
Add new license.void
MutableExtension. addLicense(ExtensionLicense license)
Add a new license to the extension.Method parameters in org.xwiki.extension with type arguments of type ExtensionLicense Modifier and Type Method Description void
AbstractExtension. setLicenses(Collection<ExtensionLicense> licenses)
void
MutableExtension. setLicenses(Collection<ExtensionLicense> licenses)
-
Uses of ExtensionLicense in org.xwiki.extension.wrap
Methods in org.xwiki.extension.wrap that return types with arguments of type ExtensionLicense Modifier and Type Method Description Collection<ExtensionLicense>
AbstractWrappingExtension. getLicenses()
-