Uses of Class
org.eclipse.aether.repository.LocalArtifactResult
Packages that use LocalArtifactResult
Package
Description
The definition of various kinds of repositories that host artifacts.
-
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.