Package | Description |
---|---|
org.xwiki.extension | |
org.xwiki.extension.wrap |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExtensionAuthor
Default implementation of ExtensionAuthor.
|
Modifier and Type | Field and Description |
---|---|
protected List<ExtensionAuthor> |
AbstractExtension.authors |
Modifier and Type | Method and Description |
---|---|
List<ExtensionAuthor> |
AbstractExtension.getAuthors() |
Collection<ExtensionAuthor> |
Extension.getAuthors() |
Modifier and Type | Method and Description |
---|---|
void |
MutableExtension.addAuthor(ExtensionAuthor author)
Add a new author to the extension.
|
void |
AbstractExtension.addAuthor(ExtensionAuthor author) |
Modifier and Type | Method and Description |
---|---|
void |
MutableExtension.setAuthors(Collection<? extends ExtensionAuthor> authors) |
void |
AbstractExtension.setAuthors(Collection<? extends ExtensionAuthor> authors) |
Modifier and Type | Method and Description |
---|---|
Collection<ExtensionAuthor> |
AbstractWrappingExtension.getAuthors() |
Copyright © 2004–2021 XWiki. All rights reserved.