Class AbstractArtifactMetadata
java.lang.Object
org.apache.maven.artifact.metadata.AbstractArtifactMetadata
- All Implemented Interfaces:
ArtifactMetadata
Common elements of artifact metadata.
- Version:
- $Id: AbstractArtifactMetadata.java 495147 2007-01-11 07:47:53Z jvanzyl $
- Author:
- Brett Porter
-
Field Summary
Fields -
Constructor Summary
Constructors -
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.artifact.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
-