Class MavenSnapshotMetadata
java.lang.Object
org.eclipse.aether.metadata.AbstractMetadata
org.apache.maven.internal.impl.resolver.MavenMetadata
org.apache.maven.internal.impl.resolver.MavenSnapshotMetadata
- All Implemented Interfaces:
org.eclipse.aether.metadata.MergeableMetadata,org.eclipse.aether.metadata.Metadata
- Direct Known Subclasses:
RemoteSnapshotMetadata
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.aether.metadata.Metadata
org.eclipse.aether.metadata.Metadata.Nature -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Collection<org.eclipse.aether.artifact.Artifact> (package private) static final StringFields inherited from class org.apache.maven.internal.impl.resolver.MavenMetadata
fmt, MAVEN_METADATA_XML, metadata, timestamp -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMavenSnapshotMetadata(Metadata metadata, Path path, Instant timestamp) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(org.eclipse.aether.artifact.Artifact artifact) protected static MetadatacreateRepositoryMetadata(org.eclipse.aether.artifact.Artifact artifact) getKey()protected Stringstatic ObjectgetKey(org.eclipse.aether.artifact.Artifact artifact) org.eclipse.aether.metadata.Metadata.NatureMethods inherited from class org.apache.maven.internal.impl.resolver.MavenMetadata
getFile, getPath, getProperties, getType, isMerged, merge, merge, merge, read, setPropertiesMethods inherited from class org.eclipse.aether.metadata.AbstractMetadata
copyProperties, equals, getProperty, hashCode, setFile, setPath, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.aether.metadata.Metadata
getProperty, setFile, setPath
-
Field Details
-
SNAPSHOT
- See Also:
-
artifacts
-
-
Constructor Details
-
MavenSnapshotMetadata
-
-
Method Details
-
createRepositoryMetadata
-
bind
public void bind(org.eclipse.aether.artifact.Artifact artifact) -
getKey
-
getKey
-
getKey
-
getGroupId
-
getArtifactId
-
getVersion
-
getNature
public org.eclipse.aether.metadata.Metadata.Nature getNature()
-