| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Package Script :: Module Main :: Class CleanTask |
|
Task --+
|
CleanTask
An SCons clean task.
| Method Summary | |
|---|---|
execute(self)
| |
Called when the task has been successfully executed and the Taskmaster instance doesn't want to call the Node's callback methods. | |
fs_delete(self,
path,
pathstr,
remove)
| |
Marks all targets in a task ready for execution. | |
Called just before the task is executed. | |
remove(self)
| |
show(self)
| |
| Inherited from Task | |
| |
Hook to allow the calling interface to display a message. | |
Clears any recorded exception. | |
Returns info about a recorded exception. | |
Records an exception to be raised at the appropriate time. | |
Called when the task has been successfully executed and the Taskmaster instance wants to call the Node's callback methods. | |
Called when the task has been successfully executed and the Taskmaster instance doesn't want to call the Node's callback methods. | |
Explicit continue-the-build failure. | |
Explicit stop-the-build failure. | |
Default action when a task fails: stop the build. | |
Fetch the target being built or updated by this task. | |
Marks all targets in a task ready for execution. | |
Marks all targets in a task ready for execution if any target is not current. | |
Post-processes a task after it's been executed. | |
Raises a pending exception that was recorded while getting a Task ready for execution. | |
| |
| Method Details |
|---|
executed(self)Called when the task has been successfully executed and the Taskmaster instance doesn't want to call the Node's callback methods. |
make_ready(self)Marks all targets in a task ready for execution. This is used when the interface needs every target Node to be visited--the canonical example being the "scons -c" option. |
prepare(self)Called just before the task is executed. This is mainly intended to give the target Nodes a chance to unlink underlying files and make all necessary directories before the Action is actually called to build the targets.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:31 2007 | http://epydoc.sf.net |