Skip to content

Commit ed80acb

Browse files
committed
Added getProductWithDependencies, getProductDependencies in IDownloader
1 parent 88aa975 commit ed80acb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/org/scm4j/deployer/api/IDownloader.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ public interface IDownloader {
88

99
File getProductFile(String coords) throws Exception;
1010

11+
File getProductWithDependency(String coords) throws Exception;
12+
13+
File getProductDependency(File repository);
14+
1115
IProduct getProduct();
1216

1317
}

0 commit comments

Comments
 (0)