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