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

DependencyResolver getResolver()

getId

ModuleRevisionId getId()

getPublicationDate

java.util.Date getPublicationDate()

getDescriptor

ModuleDescriptor getDescriptor()

isDownloaded

boolean isDownloaded()

isSearched

boolean isSearched()