Skip to content

Commit cd762f2

Browse files
committed
IDownloader changed
1 parent 510d86a commit cd762f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ public interface IDownloader {
77

88
Map<String, ? extends IDeploymentContext> getDepCtx();
99

10-
File getProductFile();
10+
File getProductFile(String coords);
11+
12+
IProduct getProduct();
1113

1214
}

0 commit comments

Comments
 (0)