Uses of Class
org.eclipse.aether.repository.LocalArtifactResult
-
Packages that use LocalArtifactResult Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts. -
-
Uses of LocalArtifactResult in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as LocalArtifactResult Modifier and Type Field Description (package private) LocalArtifactResultDefaultArtifactResolver.ResolutionItem. localMethods in org.eclipse.aether.internal.impl that return LocalArtifactResult Modifier and Type Method Description LocalArtifactResultEnhancedLocalRepositoryManager. find(RepositorySystemSession session, LocalArtifactRequest request)LocalArtifactResultSimpleLocalRepositoryManager. find(RepositorySystemSession session, LocalArtifactRequest request)Methods in org.eclipse.aether.internal.impl with parameters of type LocalArtifactResult Modifier and Type Method Description private booleanDefaultArtifactResolver. isLocallyInstalled(LocalArtifactResult lar, VersionResult vr)Constructors in org.eclipse.aether.internal.impl with parameters of type LocalArtifactResult Constructor Description ResolutionItem(RequestTrace trace, Artifact artifact, java.util.concurrent.atomic.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 LocalArtifactResult Modifier and Type Method Description LocalArtifactResultTestLocalRepositoryManager. find(RepositorySystemSession session, LocalArtifactRequest request) -
Uses of LocalArtifactResult in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return LocalArtifactResult Modifier and Type Method Description LocalArtifactResultLocalRepositoryManager. find(RepositorySystemSession session, LocalArtifactRequest request)Queries for the existence of an artifact in the local repository.LocalArtifactResultLocalArtifactResult. setAvailable(boolean available)Sets whether the artifact is available.LocalArtifactResultLocalArtifactResult. setFile(java.io.File file)Sets the file to requested artifact.LocalArtifactResultLocalArtifactResult. setRepository(RemoteRepository repository)Sets the (first) remote repository from which the artifact was cached.
-