Class AbstractArtifactMetadata
java.lang.Object
org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
- All Implemented Interfaces:
ArtifactMetadata
- Direct Known Subclasses:
AbstractArtifactMetadata
Common elements of artifact metadata.
- Author:
- Brett Porter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether this metadata should be stored alongside the group.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.repository.legacy.metadata.ArtifactMetadata
getBaseVersion, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storeInLocalRepository
-
Field Details
-
artifact
-
-
Constructor Details
-
AbstractArtifactMetadata
-
-
Method Details
-
storedInGroupDirectory
public boolean storedInGroupDirectory()Description copied from interface:ArtifactMetadata
Whether this metadata should be stored alongside the group.- Specified by:
storedInGroupDirectory
in interfaceArtifactMetadata
-
getGroupId
- Specified by:
getGroupId
in interfaceArtifactMetadata
-
getArtifactId
- Specified by:
getArtifactId
in interfaceArtifactMetadata
-
extendedToString
- Specified by:
extendedToString
in interfaceArtifactMetadata
-