| Package | Description |
|---|---|
| org.apache.maven.artifact | |
| org.apache.maven.artifact.versioning |
| Modifier and Type | Method | Description |
|---|---|---|
ArtifactVersion |
Artifact.getSelectedVersion() |
|
ArtifactVersion |
DefaultArtifact.getSelectedVersion() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ArtifactVersion> |
Artifact.getAvailableVersions() |
|
java.util.List<ArtifactVersion> |
DefaultArtifact.getAvailableVersions() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Artifact.setAvailableVersions(java.util.List<ArtifactVersion> versions) |
|
void |
DefaultArtifact.setAvailableVersions(java.util.List<ArtifactVersion> availableVersions) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultArtifactVersion |
Default implementation of artifact versioning.
|
| Modifier and Type | Method | Description |
|---|---|---|
ArtifactVersion |
Restriction.getLowerBound() |
|
ArtifactVersion |
VersionRange.getRecommendedVersion() |
|
ArtifactVersion |
VersionRange.getSelectedVersion(Artifact artifact) |
|
ArtifactVersion |
Restriction.getUpperBound() |
|
ArtifactVersion |
VersionRange.matchVersion(java.util.List<ArtifactVersion> versions) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
DefaultArtifactVersion.compareTo(ArtifactVersion otherVersion) |
|
boolean |
Restriction.containsVersion(ArtifactVersion version) |
|
boolean |
VersionRange.containsVersion(ArtifactVersion version) |
| Modifier and Type | Method | Description |
|---|---|---|
ArtifactVersion |
VersionRange.matchVersion(java.util.List<ArtifactVersion> versions) |
| Constructor | Description |
|---|---|
Restriction(ArtifactVersion lowerBound,
boolean lowerBoundInclusive,
ArtifactVersion upperBound,
boolean upperBoundInclusive) |