Package | Description |
---|---|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
Modifier and Type | Method and Description |
---|---|
RepositoryPolicy |
RemoteRepository.getPolicy(boolean snapshot)
Gets the policy to apply for snapshot/release artifacts.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository.Builder |
RemoteRepository.Builder.setPolicy(RepositoryPolicy policy)
Sets the policy to apply for snapshot and release artifacts.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setReleasePolicy(RepositoryPolicy releasePolicy)
Sets the policy to apply for release artifacts.
|
RemoteRepository.Builder |
RemoteRepository.Builder.setSnapshotPolicy(RepositoryPolicy snapshotPolicy)
Sets the policy to apply for snapshot artifacts.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.