org.apache.maven.project.artifact
Class ProjectArtifactMetadata

java.lang.Object
  extended by org.apache.maven.repository.legacy.metadata.AbstractArtifactMetadata
      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.

Author:
Brett Porter

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

Constructor Detail

ProjectArtifactMetadata

public ProjectArtifactMetadata(Artifact artifact)

ProjectArtifactMetadata

public ProjectArtifactMetadata(Artifact artifact,
                               File file)
Method Detail

getFile

public File getFile()

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)

merge

public void merge(ArtifactMetadata metadata)


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