Uses of Class
net.ggtools.grand.ant.AntLink
-
Packages that use AntLink 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 AntLink in net.ggtools.grand.ant
Subclasses of AntLink in net.ggtools.grand.ant Modifier and Type Class Description class
AntTaskLink
A link representing a call by a task such likeant
,runtarget
, etc.class
SubantTaskLink
A link representing a call by a task such likesubant
. -
Uses of AntLink in net.ggtools.grand.graph.visit
Methods in net.ggtools.grand.graph.visit with parameters of type AntLink Modifier and Type Method Description void
LinkVisitor. visitLink(AntLink link)
Visit an Ant link.
-