Uses of Class
org.eclipse.aether.repository.LocalArtifactResult
-
Packages that use LocalArtifactResult Package Description org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
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. -
Uses of LocalArtifactResult in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return LocalArtifactResult Modifier and Type Method Description LocalArtifactResultArtifactResult. getLocalArtifactResult()Gets theLocalArtifactResultreceived during artifact resolution.Methods in org.eclipse.aether.resolution with parameters of type LocalArtifactResult Modifier and Type Method Description voidArtifactResult. setLocalArtifactResult(LocalArtifactResult localArtifactResult)Sets theLocalArtifactResultthat is received during artifact resolution.
-