Modifier and Type | Field and Description |
---|---|
protected List<ExtensionRepository> |
ExtensionDependency.repositories |
protected List<ExtensionRepository> |
ExtensionVersion.repositories |
Modifier and Type | Method and Description |
---|---|
ExtensionRepository |
ObjectFactory.createExtensionRepository()
Create an instance of
ExtensionRepository |
ExtensionRepository |
ExtensionRepository.withId(String value) |
ExtensionRepository |
ExtensionRepository.withType(String value) |
ExtensionRepository |
ExtensionRepository.withUri(String value) |
Modifier and Type | Method and Description |
---|---|
List<ExtensionRepository> |
ExtensionDependency.getRepositories()
Gets the value of the repositories property.
|
List<ExtensionRepository> |
ExtensionVersion.getRepositories()
Gets the value of the repositories property.
|
Modifier and Type | Method and Description |
---|---|
ExtensionDependency |
ExtensionDependency.withRepositories(ExtensionRepository... values) |
ExtensionVersion |
ExtensionVersion.withRepositories(ExtensionRepository... values) |
Modifier and Type | Method and Description |
---|---|
ExtensionDependency |
ExtensionDependency.withRepositories(Collection<ExtensionRepository> values) |
ExtensionVersion |
ExtensionVersion.withRepositories(Collection<ExtensionRepository> values) |
Copyright © 2004–2021 XWiki. All rights reserved.