Uses of Class
org.eclipse.aether.repository.LocalArtifactResult
Package
Description
Utility classes to ease unit testing.
The definition of various kinds of repositories that host artifacts.
The types supporting the resolution of artifacts and metadata from repositories.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of LocalArtifactResult in org.eclipse.aether.internal.test.util
Modifier and TypeMethodDescriptionTestLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request) -
Uses of LocalArtifactResult in org.eclipse.aether.repository
Modifier and TypeMethodDescriptionLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request) Queries for the existence of an artifact in the local repository.LocalArtifactResult.setAvailable
(boolean available) Sets whether the artifact is available.Deprecated.Sets the file to requested artifact.LocalArtifactResult.setRepository
(RemoteRepository repository) Sets the (first) remote repository from which the artifact was cached. -
Uses of LocalArtifactResult in org.eclipse.aether.resolution
Modifier and TypeMethodDescriptionArtifactResult.getLocalArtifactResult()
Gets theLocalArtifactResult
received during artifact resolution.Modifier and TypeMethodDescriptionvoid
ArtifactResult.setLocalArtifactResult
(LocalArtifactResult localArtifactResult) Sets theLocalArtifactResult
that is received during artifact resolution. -
Uses of LocalArtifactResult in org.eclipse.aether.util.repository
Modifier and TypeMethodDescriptionChainedLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request)
setPath(Path)
instead.