|
SPRAAK
|
A task that removes files. More...
Inheritance diagram for spr_pylib.train.task.RemoveFilesTask:
Collaboration diagram for spr_pylib.train.task.RemoveFilesTask:Public Member Functions | |
| def | __init__ |
| def | postScan |
Public Member Functions inherited from spr_pylib.train.task.PyTask | |
| def | __init__ |
| Constructor. More... | |
| def | __str__ |
| Returns a string representation of the task. More... | |
| def | run |
| Execute the task. More... | |
| def | scanForResources |
| Scans for resources needed by this task. More... | |
| def | postScan |
| Hook for tasks that want to do some extra flagging of resources, eg marking versions as deleted. More... | |
Public Member Functions inherited from spr_pylib.train.task.Task | |
| def | __init__ |
| Constructor. More... | |
| def | setCompleted |
| def | isCompleted |
| def | getName |
| Return the name of this task. More... | |
| def | setName |
| Set the name of this task. More... | |
| def | scanForResources |
| Abstract method. More... | |
| def | checkResourcesAvailable |
| Checks if all the resources needed to run this task are available. More... | |
| def | markResourcesAvailable |
| Mark all resources used by this task as available. More... | |
| def | run |
| Abstract method. More... | |
| def | canRunRemote |
| Indicates if this task can be run remotely. More... | |
| def | __str__ |
| Returns a string representation of the task. More... | |
A task that removes files.
| def spr_pylib.train.task.RemoveFilesTask.__init__ | ( | self, | |
| fnames | |||
| ) |
| def spr_pylib.train.task.RemoveFilesTask.postScan | ( | self | ) |
1.8.6