Serialized Form


Package org.apache.maven.artifact.repository.metadata

Class org.apache.maven.artifact.repository.metadata.Metadata extends Object implements Serializable

Serialized Fields

modelVersion

String modelVersion
The version of the underlying metadata model.


groupId

String groupId
The groupId that is directory represents, if any.


artifactId

String artifactId
The artifactId that is directory represents, if any.


version

String version
The version that is directory represents, if any.


versioning

Versioning versioning
Versioning information for the artifact.


plugins

List<E> plugins
Field plugins.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.artifact.repository.metadata.Plugin extends Object implements Serializable

Serialized Fields

name

String name
Display name for the plugin.


prefix

String prefix
The plugin invocation prefix (i.e. eclipse for eclipse:eclipse).


artifactId

String artifactId
The plugin artifactId.

Class org.apache.maven.artifact.repository.metadata.Snapshot extends Object implements Serializable

Serialized Fields

timestamp

String timestamp
The time it was deployed.


buildNumber

int buildNumber
The incremental build number.


localCopy

boolean localCopy
Whether to use a local copy instead (with filename that includes the base version).

Class org.apache.maven.artifact.repository.metadata.SnapshotVersion extends Object implements Serializable

Serialized Fields

classifier

String classifier
The classifier of the snapshot artifact this version information belongs to.


extension

String extension
The file extension of the snapshot artifact this version information belongs to.


version

String version
The resolved snapshot version of the artifact.


updated

String updated
The timestamp when this version information was last updated. The timestamp is expressed using UTC in the format yyyyMMddHHmmss.

Class org.apache.maven.artifact.repository.metadata.Versioning extends Object implements Serializable

Serialized Fields

latest

String latest
What the latest version in the directory is, including snapshots.


release

String release
What the latest version in the directory is, of the releases.


snapshot

Snapshot snapshot
The current snapshot data in use for this version.


versions

List<E> versions
Field versions.


lastUpdated

String lastUpdated
When the metadata was last updated.


snapshotVersions

List<E> snapshotVersions
Field snapshotVersions.



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.