Package | Description |
---|---|
org.apache.archiva.admin.repository.remote | |
org.apache.archiva.configuration | |
org.apache.archiva.configuration.io.registry |
Modifier and Type | Method and Description |
---|---|
private RemoteRepositoryConfiguration |
DefaultRemoteRepositoryAdmin.getRemoteRepositoryConfiguration(RemoteRepository remoteRepository) |
Modifier and Type | Field and Description |
---|---|
private List<RemoteRepositoryConfiguration> |
Configuration.remoteRepositories
Field remoteRepositories.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepositoryConfiguration |
Configuration.findRemoteRepositoryById(String id) |
Modifier and Type | Method and Description |
---|---|
List<RemoteRepositoryConfiguration> |
Configuration.getRemoteRepositories()
Method getRemoteRepositories.
|
Map<String,RemoteRepositoryConfiguration> |
Configuration.getRemoteRepositoriesAsMap() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addRemoteRepository(RemoteRepositoryConfiguration remoteRepositoryConfiguration)
Method addRemoteRepository.
|
void |
Configuration.removeRemoteRepository(RemoteRepositoryConfiguration remoteRepositoryConfiguration)
Method removeRemoteRepository.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setRemoteRepositories(List<RemoteRepositoryConfiguration> remoteRepositories)
Set the list of repositories that this archiva can retrieve
from or publish to.
|
Modifier and Type | Method and Description |
---|---|
private RemoteRepositoryConfiguration |
ConfigurationRegistryReader.readRemoteRepositoryConfiguration(String prefix,
org.apache.archiva.redback.components.registry.Registry registry) |
Modifier and Type | Method and Description |
---|---|
private void |
ConfigurationRegistryWriter.writeRemoteRepositoryConfiguration(String prefix,
RemoteRepositoryConfiguration value,
org.apache.archiva.redback.components.registry.Registry registry) |
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.