Package | Description |
---|---|
org.apache.maven.artifact.repository.metadata | |
org.apache.maven.artifact.repository.metadata.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private Snapshot |
Versioning.snapshot
The current snapshot data in use for this version
("groupId/artifactId/version" only).
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
Snapshot.clone()
Method clone.
|
Snapshot |
Versioning.getSnapshot()
Get the current snapshot data in use for this version
("groupId/artifactId/version" only).
|
Modifier and Type | Method and Description |
---|---|
protected static Versioning |
AbstractRepositoryMetadata.createVersioning(Snapshot snapshot) |
void |
Versioning.setSnapshot(Snapshot snapshot)
Set the current snapshot data in use for this version
("groupId/artifactId/version" only).
|
Constructor and Description |
---|
SnapshotArtifactRepositoryMetadata(Artifact artifact,
Snapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
private Snapshot |
MetadataXpp3Reader.parseSnapshot(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseSnapshot.
|
Modifier and Type | Method and Description |
---|---|
private void |
MetadataXpp3Writer.writeSnapshot(Snapshot snapshot,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSnapshot.
|