Package | Description |
---|---|
org.apache.archiva.configuration | |
org.apache.archiva.repository | |
org.apache.archiva.repository.base | |
org.apache.archiva.repository.maven2 |
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 |
---|---|
RemoteRepositoryConfiguration |
RepositoryProvider.getRemoteConfiguration(RemoteRepository remoteRepository)
Returns a configuration object from the given remote repository instance.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
RepositoryProvider.createRemoteInstance(RemoteRepositoryConfiguration configuration)
Creates a new remote repository instance from the given configuration.
|
RemoteRepository |
RepositoryRegistry.putRepository(RemoteRepositoryConfiguration remoteRepositoryConfiguration) |
RemoteRepository |
RepositoryRegistry.putRepository(RemoteRepositoryConfiguration remoteRepositoryConfiguration,
Configuration configuration) |
void |
RepositoryProvider.updateRemoteInstance(EditableRemoteRepository repo,
RemoteRepositoryConfiguration configuration)
Updates the given remote repository instance from the given configuration.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
ArchivaRepositoryRegistry.putRepository(RemoteRepositoryConfiguration remoteRepositoryConfiguration)
Adds a new repository or updates the repository with the same id, if it exists already.
|
RemoteRepository |
ArchivaRepositoryRegistry.putRepository(RemoteRepositoryConfiguration remoteRepositoryConfiguration,
Configuration configuration)
Adds a new repository or updates the repository with the same id.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepositoryConfiguration |
MavenRepositoryProvider.getRemoteConfiguration(RemoteRepository remoteRepository) |
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
MavenRepositoryProvider.createRemoteInstance(RemoteRepositoryConfiguration cfg) |
void |
MavenRepositoryProvider.updateRemoteInstance(EditableRemoteRepository repo,
RemoteRepositoryConfiguration cfg) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.