Package | Description |
---|---|
org.apache.maven.artifact.repository.metadata | |
org.apache.maven.artifact.repository.metadata.io.xpp3 | |
org.apache.maven.repository.internal |
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<SnapshotVersion> |
Versioning.snapshotVersions
Field snapshotVersions.
|
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.
|
Modifier and Type | Method and Description |
---|---|
private SnapshotVersion |
MetadataXpp3Reader.parseSnapshotVersion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseSnapshotVersion.
|
Modifier and Type | Method and Description |
---|---|
private void |
MetadataXpp3Writer.writeSnapshotVersion(SnapshotVersion snapshotVersion,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSnapshotVersion.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SnapshotVersion> |
RemoteSnapshotMetadata.versions |