Class IvyRetriever

java.lang.Object
org.marid.project.ivy.IvyRetriever

@Component
public class IvyRetriever
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    IvyRetriever​(org.springframework.beans.factory.ObjectFactory<org.apache.ivy.Ivy> ivy, org.apache.ivy.core.resolve.ResolveOptions resolveOptions, org.apache.ivy.core.retrieve.RetrieveOptions retrieveOptions)  
  • Method Summary

    Modifier and Type Method Description
    IvyResult retrieve​(java.util.List<org.apache.ivy.core.module.id.ModuleRevisionId> revisionIds)  
    IvyResult retrieve​(org.apache.ivy.core.module.id.ModuleRevisionId... ids)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IvyRetriever

      public IvyRetriever​(org.springframework.beans.factory.ObjectFactory<org.apache.ivy.Ivy> ivy, org.apache.ivy.core.resolve.ResolveOptions resolveOptions, org.apache.ivy.core.retrieve.RetrieveOptions retrieveOptions)
  • Method Details

    • retrieve

      public IvyResult retrieve​(java.util.List<org.apache.ivy.core.module.id.ModuleRevisionId> revisionIds) throws java.io.IOException, java.text.ParseException
      Throws:
      java.io.IOException
      java.text.ParseException
    • retrieve

      public IvyResult retrieve​(org.apache.ivy.core.module.id.ModuleRevisionId... ids) throws java.io.IOException, java.text.ParseException
      Throws:
      java.io.IOException
      java.text.ParseException