Serialized Form
- 
Package org.apache.maven.artifact.repository.metadata- 
Class org.apache.maven.artifact.repository.metadata.BaseObjectclass BaseObject extends Object implements Serializable- 
Serialized Fields- 
delegateObject delegate 
 
- 
 
- 
- 
Class org.apache.maven.artifact.repository.metadata.Metadataclass Metadata extends BaseObject implements Serializable
- 
Class org.apache.maven.artifact.repository.metadata.Pluginclass Plugin extends BaseObject implements Serializable
- 
Class org.apache.maven.artifact.repository.metadata.Snapshotclass Snapshot extends BaseObject implements Serializable
- 
Class org.apache.maven.artifact.repository.metadata.SnapshotVersionclass SnapshotVersion extends BaseObject implements Serializable
- 
Class org.apache.maven.artifact.repository.metadata.Versioningclass Versioning extends BaseObject implements Serializable
 
- 
- 
Package org.apache.maven.artifact.repository.metadata.v4- 
Class org.apache.maven.artifact.repository.metadata.v4.Metadataclass Metadata extends Object implements Serializable- 
Serialized Fields- 
artifactIdString artifactId The artifactId when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
- 
groupIdString groupId The groupId when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
- 
modelEncodingString modelEncoding 
- 
modelVersionString modelVersion The version of the underlying metadata model.
- 
namespaceUriString namespaceUri 
- 
pluginsList<Plugin> plugins The set of plugins when this directory represents a "groupId".
- 
versionString version The base version (ie. ending in-SNAPSHOT) when this directory represents a "groupId/artifactId/version" for a SNAPSHOT.
- 
versioningVersioning versioning Versioning information when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
 
- 
 
- 
- 
Class org.apache.maven.artifact.repository.metadata.v4.Pluginclass Plugin extends Object implements Serializable
- 
Class org.apache.maven.artifact.repository.metadata.v4.Snapshotclass Snapshot extends Object implements Serializable- 
Serialized Fields- 
buildNumberint buildNumber The incremental build number
- 
localCopyboolean localCopy Whether to use a local copy instead (with filename that includes the base version)
- 
timestampString timestamp The timestamp when this version was deployed. The timestamp is expressed using UTC in the format yyyyMMdd.HHmmss.
 
- 
 
- 
- 
Class org.apache.maven.artifact.repository.metadata.v4.SnapshotVersionclass SnapshotVersion extends Object implements Serializable- 
Serialized Fields- 
classifierString classifier The classifier of the sub-artifact. Each classifier and extension pair may only appear once.
- 
extensionString extension The file extension of the sub-artifact. Each classifier and extension pair may only appear once.
- 
updatedString updated The timestamp when this version information was last updated. The timestamp is expressed using UTC in the format yyyyMMddHHmmss.
- 
versionString version The resolved snapshot version of the sub-artifact.
 
- 
 
- 
- 
Class org.apache.maven.artifact.repository.metadata.v4.Versioningclass Versioning extends Object implements Serializable- 
Serialized Fields- 
lastUpdatedString lastUpdated When the metadata was last updated (both "groupId/artifactId" and "groupId/artifactId/version" directories). The timestamp is expressed using UTC in the format yyyyMMddHHmmss.
- 
latestString latest What the last version added to the directory is, including both releases and snapshots ("groupId/artifactId" directory only)
- 
releaseString release What the last version added to the directory is, for the releases only ("groupId/artifactId" directory only)
- 
snapshotSnapshot snapshot The current snapshot data in use for this version ("groupId/artifactId/version" only)
- 
snapshotVersionsList<SnapshotVersion> snapshotVersions Information for each sub-artifact available in this artifact snapshot. This is only the most recent SNAPSHOT for each unique extension/classifier combination.
- 
versionsList<String> versions Versions available of the artifact (both releases and snapshots) ("groupId/artifactId" directory only)
 
- 
 
- 
 
-