Uses of Class
net.ggtools.grand.ant.AntTaskLink
-
Packages that use AntTaskLink Package Description net.ggtools.grand.ant net.ggtools.grand.graph.visit This package holds the various interfaces, adapters or classes used in the implementation of a visitor design pattern. -
-
Uses of AntTaskLink in net.ggtools.grand.ant
Subclasses of AntTaskLink in net.ggtools.grand.ant Modifier and Type Class Description class
SubantTaskLink
A link representing a call by a task such likesubant
.Methods in net.ggtools.grand.ant that return AntTaskLink Modifier and Type Method Description AntTaskLink
AntGraph. createTaskLink(String linkName, Node startNode, Node endNode, String taskName)
Creates a link representing a call by a task likeant
. -
Uses of AntTaskLink in net.ggtools.grand.graph.visit
Methods in net.ggtools.grand.graph.visit with parameters of type AntTaskLink Modifier and Type Method Description void
LinkVisitor. visitLink(AntTaskLink link)
Visit an Ant link created by a task.
-