Serialized Form

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

Serialized Fields

groupId

String groupId
Field groupId


artifactId

String artifactId
Field artifactId


version

String version
Field version


versioning

Versioning versioning
Field versioning


plugins

List plugins
Field plugins


modelEncoding

String modelEncoding


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

Serialized Fields

name

String name
Field name


prefix

String prefix
Field prefix


artifactId

String artifactId
Field artifactId


modelEncoding

String modelEncoding


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

Serialized Fields

timestamp

String timestamp
Field timestamp


buildNumber

int buildNumber
Field buildNumber


localCopy

boolean localCopy
Field localCopy


modelEncoding

String modelEncoding


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

Serialized Fields

latest

String latest
Field latest


release

String release
Field release


snapshot

Snapshot snapshot
Field snapshot


versions

List versions
Field versions


lastUpdated

String lastUpdated
Field lastUpdated


modelEncoding

String modelEncoding



Copyright 2001-2006 Apache Software Foundation. All Rights Reserved.