public class MuleArtifactDependencyVisitor extends Object
BundleDependencys of a mule artifact.
By calling the method {@link #visit(DependencyNode)} over the mule artifact DependencyNode it will record all
the dependencies which can later be retrieved by invoking {@link #getBundleDependencies()}
| Constructor and Description |
|---|
MuleArtifactDependencyVisitor() |
| Modifier and Type | Method and Description |
|---|---|
List<BundleDependency> |
getBundleDependencies() |
void |
visit(org.eclipse.aether.graph.DependencyNode node)
Goes through the graph of dependencies and records the list of dependencies of a mule artifact that may depend on plugins.
|
public void visit(org.eclipse.aether.graph.DependencyNode node)
node - the aether dependency node of the mule artifact.public List<BundleDependency> getBundleDependencies()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.