public abstract class AbstractArtifactMetadata extends java.lang.Object implements ArtifactMetadata
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractArtifactMetadata(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
extendedToString() |
java.lang.String |
getArtifactId() |
java.lang.String |
getGroupId() |
boolean |
storedInGroupDirectory()
Whether this metadata should be stored alongside the group.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseVersion, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storeInLocalRepositoryprotected Artifact artifact
protected AbstractArtifactMetadata(Artifact artifact)
public boolean storedInGroupDirectory()
ArtifactMetadatastoredInGroupDirectory in interface ArtifactMetadatapublic java.lang.String getGroupId()
getGroupId in interface ArtifactMetadatapublic java.lang.String getArtifactId()
getArtifactId in interface ArtifactMetadatapublic java.lang.String extendedToString()
extendedToString in interface ArtifactMetadata