Class VirtualDependenciesService
java.lang.Object
org.talend.sdk.component.server.service.VirtualDependenciesService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.talend.sdk.component.server.service.VirtualDependenciesService.EnrichmentgetEnrichmentFor(String pluginId) groupIdFor(String family) booleanvoidvoidonUnDeploy(org.talend.sdk.component.container.Container plugin) retrieveArtifact(org.talend.sdk.component.dependencies.maven.Artifact artifact) Stream<org.talend.sdk.component.dependencies.maven.Artifact>userArtifactsFor(String pluginId)
-
Constructor Details
-
VirtualDependenciesService
public VirtualDependenciesService()
-
-
Method Details
-
onDeploy
-
onUnDeploy
-
isVirtual
-
getEnrichmentFor
public org.talend.sdk.component.server.service.VirtualDependenciesService.Enrichment getEnrichmentFor(String pluginId) -
userArtifactsFor
public Stream<org.talend.sdk.component.dependencies.maven.Artifact> userArtifactsFor(String pluginId) -
retrieveArtifact
public Supplier<InputStream> retrieveArtifact(org.talend.sdk.component.dependencies.maven.Artifact artifact) -
groupIdFor
-