Package org.apache.ivy.core.resolve
Class VisitData
java.lang.Object
org.apache.ivy.core.resolve.VisitData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IvyNode
A node in the graph of module dependencies resolutionThe associated visit nodes, per rootModuleConf Note that the value is a List, because a node can be visited from several parents during the resolution process -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addVisitNode
(VisitNode node) void
addVisitNodes
(String rootModuleConf, List<VisitNode> visitNodes) getNode()
getVisitNodes
(String rootModuleConf) void
-
Field Details
-
node
A node in the graph of module dependencies resolution -
visitNodes
The associated visit nodes, per rootModuleConf Note that the value is a List, because a node can be visited from several parents during the resolution process
-
-
Constructor Details
-
VisitData
-
-
Method Details
-
addVisitNode
-
getVisitNodes
-
getNode
-
setNode
-
addVisitNodes
-