|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArtifactResult | |
|---|---|
| org.sonatype.aether | |
| org.sonatype.aether.resolution | |
| Uses of ArtifactResult in org.sonatype.aether |
|---|
| Methods in org.sonatype.aether that return ArtifactResult | |
|---|---|
ArtifactResult |
RepositorySystem.resolveArtifact(RepositorySystemSession session,
ArtifactRequest request)
Resolves the paths for an artifact. |
| Methods in org.sonatype.aether that return types with arguments of type ArtifactResult | |
|---|---|
List<ArtifactResult> |
RepositorySystem.resolveArtifacts(RepositorySystemSession session,
Collection<? extends ArtifactRequest> requests)
Resolves the paths for a collection of artifacts. |
List<ArtifactResult> |
RepositorySystem.resolveDependencies(RepositorySystemSession session,
CollectRequest request,
DependencyFilter filter)
Collects the transitive dependencies of an artifact and resolves the paths for the artifacts referenced by the specified dependency graph. |
List<ArtifactResult> |
RepositorySystem.resolveDependencies(RepositorySystemSession session,
DependencyNode node,
DependencyFilter filter)
Resolves the paths for the artifacts referenced by the specified dependency graph. |
| Uses of ArtifactResult in org.sonatype.aether.resolution |
|---|
| Methods in org.sonatype.aether.resolution that return ArtifactResult | |
|---|---|
ArtifactResult |
ArtifactResult.addException(Exception exception)
Records the specified exception while resolving the artifact. |
ArtifactResult |
ArtifactResult.setArtifact(Artifact artifact)
Sets the resolved artifact. |
ArtifactResult |
ArtifactResult.setRepository(ArtifactRepository repository)
Sets the repository from which the artifact was resolved. |
| Methods in org.sonatype.aether.resolution that return types with arguments of type ArtifactResult | |
|---|---|
List<ArtifactResult> |
ArtifactResolutionException.getResults()
|
| Constructor parameters in org.sonatype.aether.resolution with type arguments of type ArtifactResult | |
|---|---|
ArtifactResolutionException(List<ArtifactResult> results)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||