Package org.marid.project.ivy
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
-
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.IOExceptionjava.text.ParseException
-
retrieve
public IvyResult retrieve(org.apache.ivy.core.module.id.ModuleRevisionId... ids) throws java.io.IOException, java.text.ParseException- Throws:
java.io.IOExceptionjava.text.ParseException
-