Serialized Form


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

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

Serialized Fields

groupId

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


artifactId

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


version

String version
The version that this 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.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.



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