Skip to content

Commit 510d86a

Browse files
committed
IDownloader added
1 parent bf241ba commit 510d86a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package org.scm4j.deployer.api;
2+
3+
import java.io.File;
4+
import java.util.Map;
5+
6+
public interface IDownloader {
7+
8+
Map<String, ? extends IDeploymentContext> getDepCtx();
9+
10+
File getProductFile();
11+
12+
}

0 commit comments

Comments
 (0)