Class

FileTask

Extends:

A FileTask is a task that includes time based dependencies. If any of a FileTask’s prerequisites have a timestamp that is later than the file represented by this task, then the file must be rebuilt (using the supplied actions).

Public Methods
needed? Is this file task needed? Yes if it doesn’t exist, or if its time stamp is out of date.
timestamp Time stamp for file task.
Private Methods
out_of_date? Are there any prerequisites with a later time than the given time stamp?
scope_name Apply the scope to the task name according to the rules for this kind of task. File based tasks ignore the scope when creating the name.
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.