Serialized Form


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

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

Serialized Fields

modelVersion

java.lang.String modelVersion
The version of the underlying metadata model.


groupId

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


artifactId

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


version

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


versioning

Versioning versioning
Versioning information for the artifact.


plugins

java.util.List<E> plugins
Field plugins.


modelEncoding

java.lang.String modelEncoding
Field modelEncoding.

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

Serialized Fields

name

java.lang.String name
Display name for the plugin.


prefix

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


artifactId

java.lang.String artifactId
The plugin artifactId.

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

Serialized Fields

timestamp

java.lang.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 java.lang.Object implements Serializable

Serialized Fields

classifier

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


extension

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


version

java.lang.String version
The resolved snapshot version of the artifact.


updated

java.lang.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 java.lang.Object implements Serializable

Serialized Fields

latest

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


release

java.lang.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

java.util.List<E> versions
Field versions.


lastUpdated

java.lang.String lastUpdated
When the metadata was last updated.


snapshotVersions

java.util.List<E> snapshotVersions
Field snapshotVersions.



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