| java.lang.Object org.apache.ivy.core.resolve.ResolvedModuleRevision
ResolvedModuleRevision | public class ResolvedModuleRevision (Code) | | Represents a module revision provisioned on the local filesystem.
|
getArtifactResolver | public DependencyResolver getArtifactResolver()(Code) | | The resolver to use to download artifacts
The resolver to use to download artifacts |
getDescriptor | public ModuleDescriptor getDescriptor()(Code) | | Returns the descriptor of the resolved module.
the descriptor of the resolved module. |
getId | public ModuleRevisionId getId()(Code) | | Returns the identifier of the resolved module.
the identifier of the resolved module. |
getPublicationDate | public Date getPublicationDate()(Code) | | Returns the date of publication of the resolved module.
the date of publication of the resolved module. |
getReport | public MetadataArtifactDownloadReport getReport()(Code) | | Returns a report of the resolved module metadata artifact provisioning.
a report of the resolved module metadata artifact provisioning. |
getResolver | public DependencyResolver getResolver()(Code) | | The resolver which resolved this ResolvedModuleRevision
The resolver which resolved this ResolvedModuleRevision |
hashCode | public int hashCode()(Code) | | |
|
|