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

java.lang.Object
  extended by org.jfrog.build.extractor.clientConfiguration.util.AntDependenciesHelper
All Implemented Interfaces:
DependenciesHelper

public class AntDependenciesHelper
extends java.lang.Object
implements DependenciesHelper

Helper class for parsing custom resolved dependencies


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

Constructor Detail

AntDependenciesHelper

public AntDependenciesHelper(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
Specified by:
retrievePublishedDependencies in interface DependenciesHelper
Throws:
java.io.IOException
java.lang.InterruptedException

setFlatDownload

public void setFlatDownload(boolean flat)
Specified by:
setFlatDownload in interface DependenciesHelper