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 6c7afe2 commit c9e14c5Copy full SHA for c9e14c5
src/main/java/org/scm4j/deployer/api/IDownloader.java
@@ -1,11 +1,10 @@
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, IDeploymentContext> getDepCtx();
+ <T extends IDeploymentContext> T getContextByArtifactId(String artifactId);
9
10
File getProductFile(String coords) throws Exception;
11
0 commit comments