Package | Description |
---|---|
org.eclipse.aether | |
org.eclipse.aether.collection | |
org.eclipse.aether.internal.impl | |
org.eclipse.aether.repository | |
org.eclipse.aether.resolution |
Modifier and Type | Method and Description |
---|---|
ArtifactRepository |
RepositoryEvent.getRepository()
Gets the repository involved in the event (if any).
|
Modifier and Type | Method and Description |
---|---|
RepositoryEvent.Builder |
RepositoryEvent.Builder.setRepository(ArtifactRepository repository)
Sets the repository involved in the event.
|
Modifier and Type | Method and Description |
---|---|
ArtifactRepository |
VersionFilter.VersionFilterContext.getRepository(Version version)
Gets the repository from which the specified version was resolved.
|
Modifier and Type | Method and Description |
---|---|
static ArtifactRepository |
CacheUtils.getRepository(RepositorySystemSession session,
List<RemoteRepository> repositories,
Class<?> repoClass,
String repoId) |
Modifier and Type | Class and Description |
---|---|
class |
LocalRepository
A repository on the local file system used to cache contents of remote repositories and to store locally installed
artifacts.
|
class |
RemoteRepository
A repository on a remote server.
|
class |
WorkspaceRepository
A repository backed by an IDE workspace, the output of a build session or similar ad-hoc collection of artifacts.
|
Modifier and Type | Method and Description |
---|---|
ArtifactRepository |
ArtifactDescriptorResult.getRepository()
Gets the repository from which the descriptor was eventually resolved.
|
ArtifactRepository |
VersionResult.getRepository()
Gets the repository from which the version was eventually resolved.
|
ArtifactRepository |
ArtifactResult.getRepository()
Gets the repository from which the artifact was eventually resolved.
|
ArtifactRepository |
VersionRangeResult.getRepository(Version version)
Gets the repository from which the specified version was resolved.
|
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptorResult |
ArtifactDescriptorResult.setRepository(ArtifactRepository repository)
Sets the repository from which the descriptor was resolved.
|
VersionResult |
VersionResult.setRepository(ArtifactRepository repository)
Sets the repository from which the version was resolved.
|
ArtifactResult |
ArtifactResult.setRepository(ArtifactRepository repository)
Sets the repository from which the artifact was resolved.
|
VersionRangeResult |
VersionRangeResult.setRepository(Version version,
ArtifactRepository repository)
Records the repository from which the specified version was resolved
|
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.