Package | Description |
---|---|
org.eclipse.aether.collection |
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
|
org.eclipse.aether.graph |
The representation of a dependency graph by means of connected dependency nodes.
|
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.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
org.eclipse.aether.util.graph.transformer |
Various dependency graph transformers for post-processing a dependency graph.
|
org.eclipse.aether.util.version |
Ready-to-use version schemes for parsing/comparing versions.
|
org.eclipse.aether.version |
The definition of a version scheme for parsing and comparing versions.
|
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
VersionFilter.VersionFilterContext.getVersionConstraint()
Gets the version constraint that was parsed from the dependency's version string.
|
Modifier and Type | Field and Description |
---|---|
private VersionConstraint |
DefaultDependencyNode.versionConstraint |
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
DefaultDependencyNode.getVersionConstraint() |
VersionConstraint |
DependencyNode.getVersionConstraint()
Gets the version constraint that was parsed from the dependency's version declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDependencyNode.setVersionConstraint(VersionConstraint versionConstraint)
Sets the version constraint that was parsed from the dependency's version declaration.
|
Modifier and Type | Field and Description |
---|---|
(package private) VersionConstraint |
DataPool.Constraint.versionConstraint |
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
DefaultVersionFilterContext.getVersionConstraint() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
TestVersionConstraint
A constraint on versions for a dependency.
|
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
TestVersionFilterContext.getVersionConstraint() |
VersionConstraint |
TestVersionScheme.parseVersionConstraint(java.lang.String constraint) |
Modifier and Type | Field and Description |
---|---|
private VersionConstraint |
VersionRangeResult.versionConstraint |
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
VersionRangeResult.getVersionConstraint()
Gets the version constraint that was parsed from the artifact's version string.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
VersionRangeResult.setVersionConstraint(VersionConstraint versionConstraint)
Sets the version constraint that was parsed from the artifact's version string.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<VersionConstraint> |
NearestVersionSelector.ConflictGroup.constraints |
Modifier and Type | Class and Description |
---|---|
(package private) class |
GenericVersionConstraint
A constraint on versions for a dependency.
|
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
GenericVersionScheme.parseVersionConstraint(java.lang.String constraint) |
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
VersionScheme.parseVersionConstraint(java.lang.String constraint)
Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".
|