Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.internal.impl.collect |
Internal helper classes for dependency collector.
|
org.eclipse.aether.internal.impl.collect.bf | |
org.eclipse.aether.internal.test.util |
Utility classes to ease unit testing.
|
org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
RepositorySystem.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request)
Expands a version range to a list of matching versions, in ascending order.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
VersionRangeResolver.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request)
Expands a version range to a list of matching versions, in ascending order.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
DefaultRepositorySystem.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request) |
Modifier and Type | Field and Description |
---|---|
(package private) VersionRangeResult |
DefaultVersionFilterContext.result |
Modifier and Type | Method and Description |
---|---|
protected VersionRangeResult |
DependencyCollectorDelegate.cachedResolveRangeResult(VersionRangeRequest rangeRequest,
DataPool pool,
RepositorySystemSession session) |
VersionRangeResult |
DataPool.getConstraint(java.lang.Object key,
VersionRangeRequest request) |
(package private) VersionRangeResult |
DataPool.Constraint.toResult(VersionRangeRequest request) |
Modifier and Type | Method and Description |
---|---|
protected static DefaultDependencyNode |
DependencyCollectorDelegate.createDependencyNode(java.util.List<Artifact> relocations,
PremanagedDependency preManaged,
VersionRangeResult rangeResult,
Version version,
Dependency d,
ArtifactDescriptorResult descriptorResult,
DependencyNode cycleNode) |
protected static DefaultDependencyNode |
DependencyCollectorDelegate.createDependencyNode(java.util.List<Artifact> relocations,
PremanagedDependency preManaged,
VersionRangeResult rangeResult,
Version version,
Dependency d,
java.util.Collection<Artifact> aliases,
java.util.List<RemoteRepository> repos,
java.lang.String requestContext) |
protected static java.util.List<? extends Version> |
DependencyCollectorDelegate.filterVersions(Dependency dependency,
VersionRangeResult rangeResult,
VersionFilter verFilter,
DefaultVersionFilterContext verContext) |
void |
DataPool.putConstraint(java.lang.Object key,
VersionRangeResult result) |
void |
DefaultVersionFilterContext.set(Dependency dependency,
VersionRangeResult result) |
Constructor and Description |
---|
Constraint(VersionRangeResult result) |
Modifier and Type | Field and Description |
---|---|
(package private) VersionRangeResult |
BfDependencyCollector.DescriptorResolutionResult.rangeResult |
Constructor and Description |
---|
DescriptorResolutionResult(Artifact artifact,
VersionRangeResult rangeResult) |
DescriptorResolutionResult(VersionRangeResult rangeResult,
Version version,
ArtifactDescriptorResult descriptor) |
Modifier and Type | Field and Description |
---|---|
private VersionRangeResult |
TestVersionFilterContext.result |
Modifier and Type | Method and Description |
---|---|
static VersionFilter.VersionFilterContext |
TestUtils.newVersionFilterContext(RepositorySystemSession session,
VersionRangeResult rangeResult)
Creates a new version filter context from the specified session and version range result.
|
Constructor and Description |
---|
TestVersionFilterContext(RepositorySystemSession session,
VersionRangeResult result) |
Modifier and Type | Field and Description |
---|---|
private VersionRangeResult |
VersionRangeResolutionException.result |
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
VersionRangeResult.addException(java.lang.Exception exception)
Records the specified exception while resolving the version range.
|
VersionRangeResult |
VersionRangeResult.addVersion(Version version)
Adds the specified version to the result.
|
VersionRangeResult |
VersionRangeResolutionException.getResult()
Gets the version range result at the point the exception occurred.
|
VersionRangeResult |
VersionRangeResult.setRepository(Version version,
ArtifactRepository repository)
Records the repository from which the specified version was resolved
|
VersionRangeResult |
VersionRangeResult.setVersionConstraint(VersionConstraint versionConstraint)
Sets the version constraint that was parsed from the artifact's version string.
|
VersionRangeResult |
VersionRangeResult.setVersions(java.util.List<Version> versions)
Sets the versions (in ascending order) matching the requested range.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.Throwable |
VersionRangeResolutionException.getCause(VersionRangeResult result) |
private static java.lang.String |
VersionRangeResolutionException.getMessage(VersionRangeResult result) |
Constructor and Description |
---|
VersionRangeResolutionException(VersionRangeResult result)
Creates a new exception with the specified result.
|
VersionRangeResolutionException(VersionRangeResult result,
java.lang.String message)
Creates a new exception with the specified result and detail message.
|
VersionRangeResolutionException(VersionRangeResult result,
java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified result, detail message and cause.
|