fr.jayasoft.ivy
Interface Artifact

All Known Implementing Classes:
AbstractArtifact, DefaultArtifact, MDArtifact

public interface Artifact

Author:
x.hanin

Method Summary
 java.lang.String[] getConfigurations()
           
 java.lang.String getExt()
           
 ArtifactRevisionId getId()
           
 ModuleRevisionId getModuleRevisionId()
          Returns the resolved module revision id for this artifact
 java.lang.String getName()
           
 java.util.Date getPublicationDate()
          Returns the resolved publication date for this artifact
 java.lang.String getType()
           
 

Method Detail

getModuleRevisionId

ModuleRevisionId getModuleRevisionId()
Returns the resolved module revision id for this artifact

Returns:

getPublicationDate

java.util.Date getPublicationDate()
Returns the resolved publication date for this artifact

Returns:
the resolved publication date

getName

java.lang.String getName()

getType

java.lang.String getType()

getExt

java.lang.String getExt()

getConfigurations

java.lang.String[] getConfigurations()

getId

ArtifactRevisionId getId()
Returns:
the id of the artifact