Public Member Functions | |
def | __init__ |
def | GetModifiedFiles |
Gets the list of the modified files. | |
Private Member Functions | |
def | _createJour |
def | __modifiedFiles |
Obtains the list of changed files/dirs. | |
Private Attributes | |
__watchedFiles | |
Static Private Attributes | |
list | __watchedList = [] |
__db = None | |
__cfm = None |
def CronWatcher.Watcher.__init__ | ( | self | ) |
def CronWatcher.Watcher._createJour | ( | self | ) | [private] |
def CronWatcher.Watcher.__modifiedFiles | ( | self | ) | [private] |
Obtains the list of changed files/dirs.
Gets the list of files/dirs to be watched and creats a new one with the files/dirs which have changed their mtime
def CronWatcher.Watcher.GetModifiedFiles | ( | self | ) |
list CronWatcher.Watcher.__watchedList = [] [static, private] |
CronWatcher.Watcher.__db = None [static, private] |
CronWatcher.Watcher.__cfm = None [static, private] |
CronWatcher.Watcher.__watchedFiles [private] |