| 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 |
|---|---|
Collection<ExtensionAuthor> |
Extension.getAuthors() |
List<ExtensionAuthor> |
AbstractExtension.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> |
WrappingExtension.getAuthors() |
Copyright © 2004–2017 XWiki. All rights reserved.