public abstract class AbstractArtifactMetadata extends Object implements ArtifactMetadata
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractArtifactMetadata(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
String |
extendedToString() |
String |
getArtifactId() |
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 String getGroupId()
getGroupId in interface ArtifactMetadatapublic String getArtifactId()
getArtifactId in interface ArtifactMetadatapublic String extendedToString()
extendedToString in interface ArtifactMetadataCopyright © 2001–2023 The Apache Software Foundation. All rights reserved.