| Package | Description |
|---|---|
| org.apache.maven.artifact.repository.metadata |
| Modifier and Type | Method and Description |
|---|---|
SnapshotVersion |
SnapshotVersion.clone()
Method clone.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SnapshotVersion> |
Versioning.getSnapshotVersions()
Method getSnapshotVersions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Versioning.addSnapshotVersion(SnapshotVersion snapshotVersion)
Method addSnapshotVersion.
|
void |
Versioning.removeSnapshotVersion(SnapshotVersion snapshotVersion)
Method removeSnapshotVersion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Versioning.setSnapshotVersions(java.util.List<SnapshotVersion> snapshotVersions)
Set information for each sub-artifact available in this
artifact snapshot.
|