Skip to content

Commit

Permalink
Added getProductWithDependencies, getProductDependencies in IDownloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Kindratte committed Dec 6, 2017
1 parent 88aa975 commit ed80acb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/scm4j/deployer/api/IDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ public interface IDownloader {

File getProductFile(String coords) throws Exception;

File getProductWithDependency(String coords) throws Exception;

File getProductDependency(File repository);

IProduct getProduct();

}

0 comments on commit ed80acb

Please sign in to comment.