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.
|
org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
org.eclipse.aether.util.repository |
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
|
Modifier and Type | Field and Description |
---|---|
(package private) LocalArtifactResult |
DefaultArtifactResolver.ResolutionItem.local |
Modifier and Type | Method and Description |
---|---|
LocalArtifactResult |
EnhancedLocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request) |
LocalArtifactResult |
SimpleLocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request) |
Modifier and Type | Method and Description |
---|---|
private void |
EnhancedLocalRepositoryManager.checkFind(java.io.File file,
LocalArtifactResult result) |
private boolean |
DefaultArtifactResolver.isLocallyInstalled(LocalArtifactResult lar,
VersionResult vr) |
Constructor and Description |
---|
ResolutionItem(RequestTrace trace,
Artifact artifact,
java.util.concurrent.atomic.AtomicBoolean resolved,
ArtifactResult result,
LocalArtifactResult local,
RemoteRepository repository) |
Modifier and Type | Method and Description |
---|---|
LocalArtifactResult |
TestLocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request) |
Modifier and Type | Method and Description |
---|---|
LocalArtifactResult |
LocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request)
Queries for the existence of an artifact in the local repository.
|
LocalArtifactResult |
LocalArtifactResult.setAvailable(boolean available)
Sets whether the artifact is available.
|
LocalArtifactResult |
LocalArtifactResult.setFile(java.io.File file)
Sets the file to requested artifact.
|
LocalArtifactResult |
LocalArtifactResult.setRepository(RemoteRepository repository)
Sets the (first) remote repository from which the artifact was cached.
|
Modifier and Type | Field and Description |
---|---|
private LocalArtifactResult |
ArtifactResult.localArtifactResult |
Modifier and Type | Method and Description |
---|---|
LocalArtifactResult |
ArtifactResult.getLocalArtifactResult()
Gets the
LocalArtifactResult received during artifact resolution. |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactResult.setLocalArtifactResult(LocalArtifactResult localArtifactResult)
Sets the
LocalArtifactResult that is received during artifact resolution. |
Modifier and Type | Method and Description |
---|---|
LocalArtifactResult |
ChainedLocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request) |