org.jfrog.build.extractor.clientConfiguration.util
Class DependenciesHelper

java.lang.Object
  extended by org.jfrog.build.extractor.clientConfiguration.util.DependenciesHelper

public class DependenciesHelper
extends java.lang.Object

Helper class for parsing custom resolved dependencies


Constructor Summary
DependenciesHelper(DependenciesDownloader downloader, org.jfrog.build.api.util.Log log)
           
 
Method Summary
 java.util.List<org.jfrog.build.api.Dependency> retrievePublishedDependencies(java.lang.String resolvePattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependenciesHelper

public DependenciesHelper(DependenciesDownloader downloader,
                          org.jfrog.build.api.util.Log log)
Method Detail

retrievePublishedDependencies

public java.util.List<org.jfrog.build.api.Dependency> retrievePublishedDependencies(java.lang.String resolvePattern)
                                                                             throws java.io.IOException,
                                                                                    java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException