Class VirtualDependenciesService.UserContainerClasspathContributor
java.lang.Object
org.talend.sdk.component.server.service.VirtualDependenciesService.UserContainerClasspathContributor
- All Implemented Interfaces:
ComponentManager.ContainerClasspathContributor
- Enclosing class:
- VirtualDependenciesService
public static class VirtualDependenciesService.UserContainerClasspathContributor
extends Object
implements ComponentManager.ContainerClasspathContributor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanResolve(String path) Collection<org.talend.sdk.component.dependencies.maven.Artifact>findContributions(String pluginId)
-
Constructor Details
-
UserContainerClasspathContributor
public UserContainerClasspathContributor()
-
-
Method Details
-
findContributions
public Collection<org.talend.sdk.component.dependencies.maven.Artifact> findContributions(String pluginId) - Specified by:
findContributionsin interfaceComponentManager.ContainerClasspathContributor
-
canResolve
- Specified by:
canResolvein interfaceComponentManager.ContainerClasspathContributor
-
resolve
- Specified by:
resolvein interfaceComponentManager.ContainerClasspathContributor
-