public class ApiDependencyGraphTransformer extends ParentContextDependencyGraphTransformer
| Constructor and Description |
|---|
ApiDependencyGraphTransformer() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAncestorKey()
Key to store ancestors of this node that define it's context
|
static boolean |
isApi(org.eclipse.aether.graph.DependencyNode node) |
protected boolean |
isChildNode(org.eclipse.aether.graph.DependencyNode childNode)
Returns if the node should be marked as a child node.
|
protected boolean |
isSelectableParent(org.eclipse.aether.graph.DependencyNode dependencyNode)
Return
true if the node should be selected as parent and all children should be considered in it's context/ |
equals, hashCode, markChildNode, transformNodetransformGraphprotected boolean isSelectableParent(org.eclipse.aether.graph.DependencyNode dependencyNode)
ParentContextDependencyGraphTransformertrue if the node should be selected as parent and all children should be considered in it's context/isSelectableParent in class ParentContextDependencyGraphTransformerdependencyNode - the node to evaluate as parent.protected boolean isChildNode(org.eclipse.aether.graph.DependencyNode childNode)
ParentContextDependencyGraphTransformerisChildNode in class ParentContextDependencyGraphTransformerchildNode - the node to evaluate as child nodeprotected String getAncestorKey()
ParentContextDependencyGraphTransformergetAncestorKey in class ParentContextDependencyGraphTransformerpublic static boolean isApi(org.eclipse.aether.graph.DependencyNode node)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.