public class DownloadProducerFromLocalRepo extends java.lang.Object implements com.google.common.base.Function<DownloadResolverManager.DownloadRequirement,DownloadResolverManager.DownloadTargets>
| Modifier and Type | Field and Description | 
|---|---|
| static ConfigKey<java.lang.Boolean> | LOCAL_REPO_ENABLED | 
| static ConfigKey<java.lang.String> | LOCAL_REPO_PATH | 
| static java.lang.String | LOCAL_REPO_URL_PATTERN | 
| Constructor and Description | 
|---|
| DownloadProducerFromLocalRepo(StringConfigMap config) | 
| Modifier and Type | Method and Description | 
|---|---|
| DownloadResolverManager.DownloadTargets | apply(DownloadResolverManager.DownloadRequirement req) | 
public static final ConfigKey<java.lang.String> LOCAL_REPO_PATH
public static final ConfigKey<java.lang.Boolean> LOCAL_REPO_ENABLED
public static final java.lang.String LOCAL_REPO_URL_PATTERN
public DownloadProducerFromLocalRepo(StringConfigMap config)
public DownloadResolverManager.DownloadTargets apply(DownloadResolverManager.DownloadRequirement req)
apply in interface com.google.common.base.Function<DownloadResolverManager.DownloadRequirement,DownloadResolverManager.DownloadTargets>