Class AbstractArtifactMetadata
java.lang.Object
org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
- All Implemented Interfaces:
org.apache.maven.repository.legacy.metadata.ArtifactMetadata
- Direct Known Subclasses:
AbstractArtifactMetadata
public abstract class AbstractArtifactMetadata
extends Object
implements org.apache.maven.repository.legacy.metadata.ArtifactMetadata
Common elements of artifact metadata.
- Author:
- Brett Porter
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractArtifactMetadata(org.apache.maven.artifact.Artifact artifact) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.repository.legacy.metadata.ArtifactMetadata
getBaseVersion, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storeInLocalRepository
-
Field Details
-
artifact
protected org.apache.maven.artifact.Artifact artifact
-
-
Constructor Details
-
AbstractArtifactMetadata
protected AbstractArtifactMetadata(org.apache.maven.artifact.Artifact artifact)
-
-
Method Details
-
storedInGroupDirectory
public boolean storedInGroupDirectory()- Specified by:
storedInGroupDirectoryin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
getGroupId
- Specified by:
getGroupIdin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
getArtifactId
- Specified by:
getArtifactIdin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-
extendedToString
- Specified by:
extendedToStringin interfaceorg.apache.maven.repository.legacy.metadata.ArtifactMetadata
-