| Package | Description |
|---|---|
| org.xwiki.extension.repository | |
| org.xwiki.extension.repository.search |
| Modifier and Type | Method and Description |
|---|---|
IterableResult<Extension> |
InstalledExtensionRepository.searchInstalledExtensions(String pattern,
String namespace,
int offset,
int nb)
Search installed extensions based of the provided pattern and only in the passed namespace.
|
| Modifier and Type | Method and Description |
|---|---|
IterableResult<Extension> |
Searchable.search(String pattern,
int offset,
int nb)
Search extension based of the provided pattern.
|
Copyright © 2004–2014 XWiki. All rights reserved.