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, wait
getBaseVersion, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storeInLocalRepository
protected AbstractArtifactMetadata(Artifact artifact)
public boolean storedInGroupDirectory()
ArtifactMetadata
storedInGroupDirectory
in interface ArtifactMetadata
public String getGroupId()
getGroupId
in interface ArtifactMetadata
public String getArtifactId()
getArtifactId
in interface ArtifactMetadata
public String extendedToString()
extendedToString
in interface ArtifactMetadata
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.