public class MulePluginResolverVisitor extends Object implements DependencyNodeVisitor
| Constructor and Description |
|---|
MulePluginResolverVisitor() |
MulePluginResolverVisitor(List<DependencyNodeVisitor> visitors) |
| Modifier and Type | Method and Description |
|---|---|
Set<ArtifactCoordinates> |
getCollectedDependencies()
Retrieves all the the collected mule plugin dependencies, which were collected by all the visitors that compose this class.
|
void |
visit(ProjectDependencyNode node)
Used to visit the project root.
|
public MulePluginResolverVisitor(List<DependencyNodeVisitor> visitors)
public MulePluginResolverVisitor()
public void visit(ProjectDependencyNode node) throws ValidationException
visit in interface DependencyNodeVisitornode - The node to be visited, it is supposed to be the project's rootValidationExceptionpublic Set<ArtifactCoordinates> getCollectedDependencies()
getCollectedDependencies in interface DependencyNodeVisitorCopyright © 2024 MuleSoft Inc. All rights reserved.