Serialized Form


Package org.apache.archiva.model

Class org.apache.archiva.model.ArchivaAll extends Object implements Serializable

serialVersionUID: 3259707008803111764L

Serialized Fields

artifacts

List<E> artifacts
Field artifacts.


repositoryMetadata

List<E> repositoryMetadata
Field repositoryMetadata.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.archiva.model.ArchivaArtifactModel extends Object implements Serializable

serialVersionUID: -6292417108113887384L

Serialized Fields

groupId

String groupId
The Group ID of the repository content.


artifactId

String artifactId
The Artifact ID of the repository content.


version

String version
The version of the repository content.


classifier

String classifier
The classifier for this artifact.


type

String type
The type of artifact.


repositoryId

String repositoryId
The repository associated with this content.


snapshot

boolean snapshot
True if this is a snapshot.


checksumMD5

String checksumMD5
The MD5 checksum for the artifact file.


checksumSHA1

String checksumSHA1
The SHA1 checksum for the artifact file.


lastModified

Date lastModified
The Last Modified Timestamp of this artifact.


size

long size
The size of the artifact on disk.


whenGathered

Date whenGathered
When this artifact was gathered or discovered from the repository.

Class org.apache.archiva.model.ArchivaRepositoryMetadata extends Object implements Serializable

serialVersionUID: 914715358219606100L

Serialized Fields

groupId

String groupId
The Group ID of the metadata.


artifactId

String artifactId
The Artifact ID of the metadata.


version

String version
The Version of the metadata.


latestVersion

String latestVersion
The latest version id.


releasedVersion

String releasedVersion
The released version id.


snapshotVersion

SnapshotVersion snapshotVersion
The snapshot version id.


plugins

List<E> plugins
Field plugins.


availableVersions

List<E> availableVersions
Field availableVersions.


lastUpdated

String lastUpdated
When the metadata was last updated.


fileLastModified

Date fileLastModified
The Last Modified Timestamp of this file.


fileSize

long fileSize
The size of the artifact on disk.

Class org.apache.archiva.model.ArtifactReference extends Object implements Serializable

serialVersionUID: -6116764846682178732L

Serialized Fields

groupId

String groupId
The Group ID of the repository content.


artifactId

String artifactId
The Artifact ID of the repository content.


version

String version
The version of the repository content.


classifier

String classifier
The classifier for this artifact.


type

String type
The type of artifact.

Class org.apache.archiva.model.Plugin extends Object implements Serializable

Serialized Fields

prefix

String prefix
The prefix for a plugin .


artifactId

String artifactId
The artifactId for a plugin .


name

String name
The name for a plugin .

Class org.apache.archiva.model.ProjectReference extends Object implements Serializable

serialVersionUID: 8947981859537138991L

Serialized Fields

groupId

String groupId
The Group ID of the project reference.


artifactId

String artifactId
The Artifact ID of the project reference.

Class org.apache.archiva.model.SnapshotVersion extends Object implements Serializable

serialVersionUID: -1251466956496493405L

Serialized Fields

timestamp

String timestamp
The unique timestamp for the snapshot version.


buildNumber

int buildNumber
The incremental build number of the snapshot.

Class org.apache.archiva.model.VersionedReference extends Object implements Serializable

serialVersionUID: -6990353165677563113L

Serialized Fields

groupId

String groupId
The Group ID of the repository content.


artifactId

String artifactId
The Artifact ID of the repository content.


version

String version
The version of the repository content.



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