Uses of Class
org.eclipse.aether.repository.RemoteRepository.Builder
Package
Description
The definition of various kinds of repositories that host artifacts.
-
Uses of RemoteRepository.Builder in org.eclipse.aether.repository
Modifier and TypeMethodDescriptionRemoteRepository.Builder.addMirroredRepository
(RemoteRepository mirroredRepository) Adds the specified repository to the list of repositories being mirrored by the repository.RemoteRepository.Builder.setAuthentication
(Authentication authentication) Sets the authentication to use in order to access the repository.RemoteRepository.Builder.setBlocked
(boolean blocked) Marks the repository as blocked or not.RemoteRepository.Builder.setContentType
(String type) Sets the type of the repository, e.g.Sets the identifier of the repository.RemoteRepository.Builder.setMirroredRepositories
(List<RemoteRepository> mirroredRepositories) Sets the repositories being mirrored by the repository.RemoteRepository.Builder.setPolicy
(RepositoryPolicy policy) Sets the policy to apply for snapshot and release artifacts.Sets the proxy to use in order to access the repository.RemoteRepository.Builder.setReleasePolicy
(RepositoryPolicy releasePolicy) Sets the policy to apply for release artifacts.RemoteRepository.Builder.setRepositoryManager
(boolean repositoryManager) Marks the repository as a repository manager or not.RemoteRepository.Builder.setSnapshotPolicy
(RepositoryPolicy snapshotPolicy) Sets the policy to apply for snapshot artifacts.Sets the (base) URL of the repository.