Uses of Class
org.eclipse.aether.repository.LocalArtifactResult
Packages that use LocalArtifactResult
Package
Description
The various sub components that collectively implement the repository system.
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.impl
Fields in org.eclipse.aether.internal.impl declared as LocalArtifactResultModifier and TypeFieldDescription(package private) final LocalArtifactResult
DefaultArtifactResolver.ResolutionItem.local
Methods in org.eclipse.aether.internal.impl that return LocalArtifactResultModifier and TypeMethodDescriptionEnhancedLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request) SimpleLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request) Methods in org.eclipse.aether.internal.impl with parameters of type LocalArtifactResultModifier and TypeMethodDescriptionprivate void
EnhancedLocalRepositoryManager.checkFind
(File file, LocalArtifactResult result) private boolean
DefaultArtifactResolver.isLocallyInstalled
(LocalArtifactResult lar, VersionResult vr) Constructors in org.eclipse.aether.internal.impl with parameters of type LocalArtifactResultModifierConstructorDescription(package private)
ResolutionItem
(RequestTrace trace, Artifact artifact, AtomicBoolean resolved, ArtifactResult result, LocalArtifactResult local, RemoteRepository repository) -
Uses of LocalArtifactResult in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util that return LocalArtifactResultModifier and TypeMethodDescriptionTestLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request) -
Uses of LocalArtifactResult in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return LocalArtifactResultModifier 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.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
Fields in org.eclipse.aether.resolution declared as LocalArtifactResultMethods in org.eclipse.aether.resolution that return LocalArtifactResultModifier and TypeMethodDescriptionArtifactResult.getLocalArtifactResult()
Gets theLocalArtifactResult
received during artifact resolution.Methods in org.eclipse.aether.resolution with parameters of type LocalArtifactResultModifier and TypeMethodDescriptionvoid
ArtifactResult.setLocalArtifactResult
(LocalArtifactResult localArtifactResult) Sets theLocalArtifactResult
that is received during artifact resolution. -
Uses of LocalArtifactResult in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository that return LocalArtifactResultModifier and TypeMethodDescriptionChainedLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request)