@ApplicationScoped public class VirtualDependenciesService extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualDependenciesService.LocalConfigurationImpl |
static class |
VirtualDependenciesService.UserContainerClasspathContributor |
| Constructor and Description |
|---|
VirtualDependenciesService() |
| Modifier and Type | Method and Description |
|---|---|
org.talend.sdk.component.server.service.VirtualDependenciesService.Enrichment |
getEnrichmentFor(String pluginId) |
String |
groupIdFor(String family) |
boolean |
isVirtual(String gav) |
void |
onDeploy(String pluginId) |
void |
onUnDeploy(org.talend.sdk.component.container.Container plugin) |
Supplier<InputStream> |
retrieveArtifact(org.talend.sdk.component.dependencies.maven.Artifact artifact) |
Stream<org.talend.sdk.component.dependencies.maven.Artifact> |
userArtifactsFor(String pluginId) |
public VirtualDependenciesService()
public void onUnDeploy(org.talend.sdk.component.container.Container plugin)
public org.talend.sdk.component.server.service.VirtualDependenciesService.Enrichment getEnrichmentFor(String pluginId)
public Stream<org.talend.sdk.component.dependencies.maven.Artifact> userArtifactsFor(String pluginId)
public Supplier<InputStream> retrieveArtifact(org.talend.sdk.component.dependencies.maven.Artifact artifact)
public String groupIdFor(String family)
1.1.27 - Copyright © 2018 Talend Component Kit Documentation