org.apache.maven.artifact.metadata

Class AbstractArtifactMetadata

public abstract class AbstractArtifactMetadata extends Object implements ArtifactMetadata

Common elements of artifact metadata.

Version: $Id: AbstractArtifactMetadata.java 291124 2005-09-23 14:23:08Z jdcasey $

Author: Brett Porter

Field Summary
protected Artifactartifact
Constructor Summary
protected AbstractArtifactMetadata(Artifact artifact)
Method Summary
StringextendedToString()
StringgetArtifactId()
StringgetGroupId()
booleanstoredInGroupDirectory()

Field Detail

artifact

protected Artifact artifact

Constructor Detail

AbstractArtifactMetadata

protected AbstractArtifactMetadata(Artifact artifact)

Method Detail

extendedToString

public String extendedToString()

getArtifactId

public String getArtifactId()

getGroupId

public String getGroupId()

storedInGroupDirectory

public boolean storedInGroupDirectory()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.