Module implementing the VCS status monitor thread base class.
| VcsStatusMonitorThread | Class implementing the VCS status monitor thread base class. |
| None |
Class implementing the VCS status monitor thread base class.
| VcsStatusMonitorThread | Constructor |
| _performMonitor | Protected method implementing the real monitoring action. |
| checkStatus | Public method to wake up the status monitor thread. |
| clearCachedState | Public method to clear the cached VCS state of a file/directory. |
| getInterval | Public method to get the monitor interval. |
| run | Protected method implementing the tasks action. |
| setInterval | Public method to change the monitor interval. |
| stop | Public method to stop the monitor thread. |
Constructor
Protected method implementing the real monitoring action.
This method must be overridden and populate the statusList member variable with a list of strings giving the status in the first column and the path relative to the project directory starting with the third column. The allowed status flags are:
Public method to wake up the status monitor thread.
Public method to clear the cached VCS state of a file/directory.
Public method to get the monitor interval.
Protected method implementing the tasks action.
Public method to change the monitor interval.
Public method to stop the monitor thread.