fr.jayasoft.ivy
Interface ResolvedModuleRevision

All Known Implementing Classes:
DefaultModuleRevision

public interface ResolvedModuleRevision

Author:
x.hanin

Method Summary
 ModuleDescriptor getDescriptor()
           
 ModuleRevisionId getId()
           
 java.util.Date getPublicationDate()
           
 DependencyResolver getResolver()
           
 boolean isDownloaded()
           
 boolean isSearched()
           
 

Method Detail

getResolver

public DependencyResolver getResolver()

getId

public ModuleRevisionId getId()

getPublicationDate

public java.util.Date getPublicationDate()

getDescriptor

public ModuleDescriptor getDescriptor()

isDownloaded

public boolean isDownloaded()

isSearched

public boolean isSearched()