Package | Description |
---|---|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository.Builder |
RemoteRepository.Builder.addMirroredRepository(RemoteRepository mirroredRepository)
Adds the specified repository to the list of repositories being mirrored by the repository.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setAuthentication(Authentication authentication)
Sets the authentication to use in order to access the repository.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setContentType(String type)
Sets the type of the repository, e.g.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setId(String id)
Sets the identifier of the repository.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setMirroredRepositories(List<RemoteRepository> mirroredRepositories)
Sets the repositories being mirrored by the repository.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setPolicy(RepositoryPolicy policy)
Sets the policy to apply for snapshot and release artifacts.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setProxy(Proxy proxy)
Sets the proxy to use in order to access the repository.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setReleasePolicy(RepositoryPolicy releasePolicy)
Sets the policy to apply for release artifacts.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setRepositoryManager(boolean repositoryManager)
Marks the repository as a repository manager or not.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setSnapshotPolicy(RepositoryPolicy snapshotPolicy)
Sets the policy to apply for snapshot artifacts.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setUrl(String url)
Sets the (base) URL of the repository.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.