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() |
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()
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–2015 The Apache Software Foundation. All rights reserved.