| Package | Description | 
|---|---|
| org.eclipse.aether | 
 The primary API of the  
RepositorySystem and its functionality. | 
| org.eclipse.aether.collection | 
 The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
 graph. 
 | 
| org.eclipse.aether.repository | 
 The definition of various kinds of repositories that host artifacts. 
 | 
| org.eclipse.aether.resolution | 
 The types supporting the resolution of artifacts and metadata from repositories. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ArtifactRepository | 
RepositoryEvent.getRepository()
Gets the repository involved in the event (if any). 
 | 
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. 
 | 
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. 
 | 
ArtifactRepository | 
VersionFilter.VersionFilterContext.getRepository(Version version)
Gets the repository from which the specified version was resolved. 
 | 
| 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 | 
ArtifactResult.getRepository()
Gets the repository from which the artifact was eventually resolved. 
 | 
ArtifactRepository | 
VersionResult.getRepository()
Gets the repository from which the version 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 | 
ArtifactDescriptorResult.getRepository()
Gets the repository from which the descriptor was eventually resolved. 
 | 
ArtifactRepository | 
VersionRangeResult.getRepository(Version version)
Gets the repository from which the specified version was 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. 
 | 
ArtifactResult | 
ArtifactResult.setRepository(ArtifactRepository repository)
Sets the repository from which the artifact was resolved. 
 | 
VersionResult | 
VersionResult.setRepository(ArtifactRepository repository)
Sets the repository from which the version 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. 
 | 
ArtifactDescriptorResult | 
ArtifactDescriptorResult.setRepository(ArtifactRepository repository)
Sets the repository from which the descriptor was resolved. 
 | 
VersionRangeResult | 
VersionRangeResult.setRepository(Version version,
             ArtifactRepository repository)
Records the repository from which the specified version was resolved 
 | 
VersionRangeResult | 
VersionRangeResult.setRepository(Version version,
             ArtifactRepository repository)
Records the repository from which the specified version was resolved 
 | 
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.