Class RemoteSnapshotMetadataGenerator
java.lang.Object
org.apache.maven.repository.internal.RemoteSnapshotMetadataGenerator
- All Implemented Interfaces:
org.eclipse.aether.impl.MetadataGenerator
@Deprecated(since="4.0.0")
class RemoteSnapshotMetadataGenerator
extends Object
implements org.eclipse.aether.impl.MetadataGenerator
Deprecated.
Maven remote GAV level metadata generator.
Remote snapshot metadata converts artifact on-the-fly to use timestamped snapshot version, and enlist it accordingly.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Integer
Deprecated.private final Map
<Object, RemoteSnapshotMetadata> Deprecated.private final Date
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionRemoteSnapshotMetadataGenerator
(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionCollection
<? extends org.eclipse.aether.metadata.Metadata> finish
(Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts) Deprecated.Collection
<? extends org.eclipse.aether.metadata.Metadata> prepare
(Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts) Deprecated.org.eclipse.aether.artifact.Artifact
transformArtifact
(org.eclipse.aether.artifact.Artifact artifact) Deprecated.
-
Field Details
-
snapshots
Deprecated. -
timestamp
Deprecated. -
buildNumber
Deprecated.
-
-
Constructor Details
-
RemoteSnapshotMetadataGenerator
RemoteSnapshotMetadataGenerator(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.deployment.DeployRequest request) Deprecated.
-
-
Method Details
-
prepare
public Collection<? extends org.eclipse.aether.metadata.Metadata> prepare(Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts) Deprecated.- Specified by:
prepare
in interfaceorg.eclipse.aether.impl.MetadataGenerator
-
transformArtifact
public org.eclipse.aether.artifact.Artifact transformArtifact(org.eclipse.aether.artifact.Artifact artifact) Deprecated.- Specified by:
transformArtifact
in interfaceorg.eclipse.aether.impl.MetadataGenerator
-
finish
public Collection<? extends org.eclipse.aether.metadata.Metadata> finish(Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts) Deprecated.- Specified by:
finish
in interfaceorg.eclipse.aether.impl.MetadataGenerator
-
maven-api-impl
jar instead