org.apache.maven.project.artifact
Class ProjectArtifactMetadata

java.lang.Object
  extended by org.apache.maven.artifact.metadata.AbstractArtifactMetadata
      extended by org.apache.maven.project.artifact.ProjectArtifactMetadata
All Implemented Interfaces:
ArtifactMetadata

public class ProjectArtifactMetadata
extends AbstractArtifactMetadata

Attach a POM to an artifact.

Version:
$Id: ProjectArtifactMetadata.java 534671 2007-05-03 01:04:15Z brianf $
Author:
Brett Porter

Field Summary
 
Fields inherited from class org.apache.maven.artifact.metadata.AbstractArtifactMetadata
artifact
 
Constructor Summary
ProjectArtifactMetadata(Artifact artifact)
           
ProjectArtifactMetadata(Artifact artifact, File file)
           
 
Method Summary
 String getBaseVersion()
           
 Object getKey()
           
 String getLocalFilename(ArtifactRepository repository)
           
 String getRemoteFilename()
           
 void merge(ArtifactMetadata metadata)
           
 boolean storedInArtifactVersionDirectory()
           
 void storeInLocalRepository(ArtifactRepository localRepository, ArtifactRepository remoteRepository)
           
 String toString()
           
 
Methods inherited from class org.apache.maven.artifact.metadata.AbstractArtifactMetadata
extendedToString, getArtifactId, getGroupId, storedInGroupDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectArtifactMetadata

public ProjectArtifactMetadata(Artifact artifact)

ProjectArtifactMetadata

public ProjectArtifactMetadata(Artifact artifact,
                               File file)
Method Detail

getRemoteFilename

public String getRemoteFilename()

getLocalFilename

public String getLocalFilename(ArtifactRepository repository)

storeInLocalRepository

public void storeInLocalRepository(ArtifactRepository localRepository,
                                   ArtifactRepository remoteRepository)
                            throws RepositoryMetadataStoreException
Throws:
RepositoryMetadataStoreException

toString

public String toString()
Overrides:
toString in class Object

storedInArtifactVersionDirectory

public boolean storedInArtifactVersionDirectory()

getBaseVersion

public String getBaseVersion()

getKey

public Object getKey()

merge

public void merge(ArtifactMetadata metadata)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.