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 String
Fields inherited from class org.apache.maven.internal.impl.resolver.MavenMetadata
fmt, MAVEN_METADATA_XML, metadata, timestamp
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MavenSnapshotMetadata
(Metadata metadata, Path path, Instant timestamp) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bind
(org.eclipse.aether.artifact.Artifact artifact) protected static Metadata
createRepositoryMetadata
(org.eclipse.aether.artifact.Artifact artifact) getKey()
protected String
static Object
getKey
(org.eclipse.aether.artifact.Artifact artifact) org.eclipse.aether.metadata.Metadata.Nature
Methods inherited from class org.apache.maven.internal.impl.resolver.MavenMetadata
getFile, getPath, getProperties, getType, isMerged, merge, merge, merge, read, setProperties
Methods inherited from class org.eclipse.aether.metadata.AbstractMetadata
copyProperties, equals, getProperty, hashCode, setFile, setPath, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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()
-