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
-
artifactId
java.lang.String artifactId
The artifactId that this directory represents, if any. -
groupId
java.lang.String groupId
The groupId that this directory represents, if any. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
modelVersion
java.lang.String modelVersion
The version of the underlying metadata model. -
plugins
java.util.List<Plugin> plugins
Field plugins. -
version
java.lang.String version
The version that this directory represents, if any. It is used for artifact snapshots only. -
versioning
Versioning versioning
Versioning information for the artifact.
-
-
-
Class org.apache.maven.artifact.repository.metadata.Plugin extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The plugin artifactId. -
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).
-
-
-
Class org.apache.maven.artifact.repository.metadata.Snapshot extends java.lang.Object implements Serializable
-
Serialized Fields
-
buildNumber
int buildNumber
The incremental build number. -
localCopy
boolean localCopy
Whether to use a local copy instead (with filename that includes the base version). -
timestamp
java.lang.String timestamp
The time it was deployed.
-
-
-
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 sub-artifact. -
extension
java.lang.String extension
The file extension of thesub-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. -
version
java.lang.String version
The resolved snapshot version of the sub-artifact.
-
-
-
Class org.apache.maven.artifact.repository.metadata.Versioning extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastUpdated
java.lang.String lastUpdated
When the metadata was last updated. -
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 only. -
snapshot
Snapshot snapshot
The current snapshot data in use for this version (artifact snapshots only). -
snapshotVersions
java.util.List<SnapshotVersion> snapshotVersions
Field snapshotVersions. -
versions
java.util.List<java.lang.String> versions
Field versions.
-
-
-