| Package | Description |
|---|---|
| org.mule.tools.api.validation.resolver | |
| org.mule.tools.api.validation.resolver.model | |
| org.mule.tools.api.validation.resolver.visitor |
| Constructor and Description |
|---|
MulePluginResolver(ProjectDependencyNode node,
DependencyNodeVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectDependencyNode.accept(DependencyNodeVisitor visitor)
Accepts the visitor, invoking the visit method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArtifactVisitor
An artifact visitor.
|
class |
MuleDomainVisitor
A visitor that searches over all of its direct dependencies that are mule domains
|
class |
MulePluginResolverVisitor
This class is a composition of the visitors that visit the current node.
|
class |
MulePluginVisitor
A visitor that searches over all of its direct dependencies that are mule plugins, collecting them
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractArtifactVisitor.setChildVisitor(Supplier<DependencyNodeVisitor> childVisitor) |
| Constructor and Description |
|---|
AbstractArtifactVisitor(String classifier,
String scope,
Supplier<DependencyNodeVisitor> childVisitor) |
MulePluginResolverVisitor(List<DependencyNodeVisitor> visitors) |
Copyright © 2024 MuleSoft Inc. All rights reserved.