org.apache.maven.repository.legacy.metadata
Class AbstractArtifactMetadata

java.lang.Object
  extended by org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
All Implemented Interfaces:
ArtifactMetadata
Direct Known Subclasses:
AbstractArtifactMetadata

public abstract class AbstractArtifactMetadata
extends Object
implements ArtifactMetadata

Common elements of artifact metadata.

Author:
Brett Porter

Field Summary
protected  Artifact artifact
           
 
Constructor Summary
protected AbstractArtifactMetadata(Artifact artifact)
           
 
Method Summary
 String extendedToString()
           
 String getArtifactId()
           
 String getGroupId()
           
 boolean storedInGroupDirectory()
          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.repository.legacy.metadata.ArtifactMetadata
getBaseVersion, getKey, getLocalFilename, getRemoteFilename, merge, storedInArtifactVersionDirectory, storeInLocalRepository
 

Field Detail

artifact

protected Artifact artifact
Constructor Detail

AbstractArtifactMetadata

protected AbstractArtifactMetadata(Artifact artifact)
Method Detail

storedInGroupDirectory

public boolean storedInGroupDirectory()
Description copied from interface: ArtifactMetadata
Whether this metadata should be stored alongside the group.

Specified by:
storedInGroupDirectory in interface ArtifactMetadata

getGroupId

public String getGroupId()
Specified by:
getGroupId in interface ArtifactMetadata

getArtifactId

public String getArtifactId()
Specified by:
getArtifactId in interface ArtifactMetadata

extendedToString

public String extendedToString()
Specified by:
extendedToString in interface ArtifactMetadata


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.