|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalArtifactRequest | |
---|---|
org.sonatype.aether.impl.internal | |
org.sonatype.aether.repository | |
org.sonatype.aether.test.impl |
Uses of LocalArtifactRequest in org.sonatype.aether.impl.internal |
---|
Methods in org.sonatype.aether.impl.internal with parameters of type LocalArtifactRequest | |
---|---|
LocalArtifactResult |
EnhancedLocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request)
|
LocalArtifactResult |
SimpleLocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request)
|
Uses of LocalArtifactRequest in org.sonatype.aether.repository |
---|
Methods in org.sonatype.aether.repository that return LocalArtifactRequest | |
---|---|
LocalArtifactRequest |
LocalArtifactResult.getRequest()
Gets the request corresponding to this result. |
LocalArtifactRequest |
LocalArtifactRequest.setArtifact(Artifact artifact)
Sets the artifact to query for. |
LocalArtifactRequest |
LocalArtifactRequest.setContext(String context)
Sets the resolution context. |
LocalArtifactRequest |
LocalArtifactRequest.setRepositories(List<RemoteRepository> repositories)
Sets the remote repositories to consider as sources of the artifact. |
Methods in org.sonatype.aether.repository with parameters of type LocalArtifactRequest | |
---|---|
LocalArtifactResult |
LocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request)
Queries for the existence of an artifact in the local repository. |
Constructors in org.sonatype.aether.repository with parameters of type LocalArtifactRequest | |
---|---|
LocalArtifactResult(LocalArtifactRequest request)
Creates a new result for the specified request. |
Uses of LocalArtifactRequest in org.sonatype.aether.test.impl |
---|
Methods in org.sonatype.aether.test.impl with parameters of type LocalArtifactRequest | |
---|---|
LocalArtifactResult |
TestLocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |