| Package | Description | 
|---|---|
| org.eclipse.aether | The primary API of the  RepositorySystemand its functionality. | 
| org.eclipse.aether.resolution | The types supporting the resolution of artifacts and metadata from repositories. | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactResult | RepositorySystem. resolveArtifact(RepositorySystemSession session,
                              ArtifactRequest request)Resolves the path for an artifact. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ArtifactResult> | RepositorySystem. resolveArtifacts(RepositorySystemSession session,
                                Collection<? extends ArtifactRequest> requests)Resolves the paths for a collection of artifacts. | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactRequest | ArtifactRequest. addRepository(RemoteRepository repository)Adds the specified repository for the resolution. | 
| ArtifactRequest | ArtifactResult. getRequest()Gets the resolution request that was made. | 
| ArtifactRequest | ArtifactRequest. setArtifact(Artifact artifact)Sets the artifact to resolve. | 
| ArtifactRequest | ArtifactRequest. setDependencyNode(DependencyNode node)Sets the dependency node to resolve. | 
| ArtifactRequest | ArtifactRequest. setRepositories(List<RemoteRepository> repositories)Sets the repositories to resolve the artifact from. | 
| ArtifactRequest | ArtifactRequest. setRequestContext(String context)Sets the context in which this request is made. | 
| ArtifactRequest | ArtifactRequest. setTrace(RequestTrace trace)Sets the trace information that describes the higher level request/operation in which this request is issued. | 
| Constructor and Description | 
|---|
| ArtifactResult(ArtifactRequest request)Creates a new result for the specified request. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.