We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510d86a commit cd762f2Copy full SHA for cd762f2
src/main/java/org/scm4j/deployer/api/IDownloader.java
@@ -7,6 +7,8 @@ public interface IDownloader {
7
8
Map<String, ? extends IDeploymentContext> getDepCtx();
9
10
- File getProductFile();
+ File getProductFile(String coords);
11
+
12
+ IProduct getProduct();
13
14
}
0 commit comments