A module for executing actions with specific lists of target and source
Nodes.
|
Batch
Remembers exact association between targets
and sources of executor.
|
|
TSList
A class that implements $TARGETS or $SOURCES expansions by wrapping
an executor Method. This class is used in the Executor.lvars()
to delay creation of NodeList objects until they're needed.
|
|
TSObject
A class that implements $TARGET or $SOURCE expansions by wrapping
an Executor method.
|
|
Executor
A class for controlling instances of executing an action.
|
|
Null
A null Executor, with a null build Environment, that does
nothing when the rest of the methods call it.
|